Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/phriction/phriction-document-css.css
12242 views
1
/**
2
* @provides phriction-document-css
3
*/
4
5
.phriction-document-crumbs a {
6
font-weight: bold;
7
}
8
9
.phriction-revert-table {
10
width: 100%;
11
}
12
13
.phriction-revert-table td {
14
text-align: center;
15
width: 50%;
16
padding: 8px 0;
17
margin: 0 16px;
18
border-top: 1px solid {$lightblueborder};
19
}
20
21
.phriction-history-nav-table {
22
width: 100%;
23
}
24
25
.phriction-history-nav-table td {
26
width: 50%;
27
color: {$darkgreytext};
28
padding: 12px;
29
background-color: {$lightgreybackground};
30
}
31
32
.phriction-history-nav-table td.nav-next {
33
text-align: right;
34
}
35
36