Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/conpherence/transaction.css
12242 views
1
/**
2
* @provides conpherence-transaction-css
3
*/
4
5
.conpherence-transaction-view {
6
position: relative;
7
}
8
9
.conpherence-transaction-content {
10
overflow: auto;
11
}
12
13
.conpherence-transaction-header .phui-link-person {
14
font-weight: bold;
15
font-size: {$biggerfontsize};
16
color: {$blacktext};
17
}
18
19
.conpherence-transaction-view.date-marker {
20
border-top: 1px solid {$sh-violetborder};
21
}
22
23
.conpherence-transaction-view.date-marker .date {
24
position: relative;
25
top: -11px;
26
background-color: {$page.content};
27
color: {$sh-violettext};
28
font-weight: bold;
29
}
30
31
/***** Thread Search **********************************************************/
32
33
.conpherence-fulltext-results {
34
padding: 8px 0;
35
}
36
37
.conpherence-fulltext-results + .conpherence-fulltext-results {
38
border-top: 2px solid {$thinblueborder};
39
margin-top: -8px;
40
}
41
42
.conpherence-fulltext-result {
43
margin: 0 0 1px;
44
padding: 8px;
45
}
46
47
.conpherence-fulltext-match {
48
background: {$lightyellow};
49
}
50
51
.conpherence-fulltext-results .epoch-link {
52
float: right;
53
}
54
55
.conpherence-message-pane .conpherence-fulltext-results
56
.conpherence-transaction-view.conpherence-fulltext-result {
57
margin-left: 0;
58
margin-right: 0;
59
}
60
61
.conpherence-message-pane .conpherence-search-room-results .phui-object-box {
62
border: none;
63
margin: 0;
64
}
65
66
.conpherence-message-pane .conpherence-search-room-results
67
.phui-object-box .phui-header-shell {
68
display: none;
69
}
70
71