1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/phriction/phriction-document-css.css
Chad Little fd47a047e5 [Redesign] Update Phriction UI
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
2015-05-28 14:04:54 -07:00

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;
}