2011-07-11 21:34:53 +02:00
|
|
|
/**
|
|
|
|
* @provides phriction-document-css
|
|
|
|
*/
|
|
|
|
|
2011-07-12 17:08:03 +02:00
|
|
|
.phriction-document-crumbs a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-07-15 23:56:39 +02:00
|
|
|
|
2011-07-17 20:06:02 +02:00
|
|
|
.phriction-revert-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-revert-table td {
|
|
|
|
text-align: center;
|
|
|
|
width: 50%;
|
2013-10-30 00:06:13 +01:00
|
|
|
padding: 8px 0;
|
|
|
|
margin: 0 16px;
|
|
|
|
border-top: 1px solid {$lightblueborder};
|
2011-07-17 20:06:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-history-nav-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-history-nav-table td {
|
|
|
|
width: 50%;
|
2013-09-02 22:57:48 +02:00
|
|
|
color: {$darkgreytext};
|
2015-02-27 20:25:44 +01:00
|
|
|
padding: 12px;
|
2015-05-28 23:04:54 +02:00
|
|
|
background-color: {$lightgreybackground};
|
2013-10-30 00:06:13 +01:00
|
|
|
}
|
|
|
|
|
2011-07-17 20:06:02 +02:00
|
|
|
.phriction-history-nav-table td.nav-next {
|
|
|
|
text-align: right;
|
|
|
|
}
|