mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
fd47a047e5
Summary: Ref T8099, convert to StatusIcon, clean up some clowny tables. Remove old CSS. Test Plan: Test history, diff pages. Grep for CSS use. Reviewers: epriestley, btrahan Reviewed By: btrahan Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13056
38 lines
610 B
CSS
38 lines
610 B
CSS
/**
|
|
* @provides phriction-document-css
|
|
*/
|
|
|
|
.phriction-document-crumbs a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.phriction-revert-table {
|
|
width: 100%;
|
|
}
|
|
|
|
.phriction-revert-table td {
|
|
text-align: center;
|
|
width: 50%;
|
|
padding: 8px 0;
|
|
margin: 0 16px;
|
|
border-top: 1px solid {$lightblueborder};
|
|
}
|
|
|
|
.phriction-history-nav-table {
|
|
width: 100%;
|
|
}
|
|
|
|
.phriction-history-nav-table td {
|
|
width: 50%;
|
|
color: {$darkgreytext};
|
|
padding: 12px;
|
|
background-color: {$lightgreybackground};
|
|
}
|
|
|
|
.phriction-history-nav-table td.nav-next {
|
|
text-align: right;
|
|
}
|
|
|
|
.phui-document-content .phriction-link {
|
|
font-weight: bold;
|
|
}
|