1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/webroot/rsrc/css/application/differential/revision-history.css

62 lines
1.2 KiB
CSS
Raw Normal View History

2011-01-27 23:55:52 +01:00
/**
* @provides differential-revision-history-css
*/
.differential-update-history-footer {
text-align: right;
vertical-align: middle;
padding: 4px 8px;
border-top: 1px solid {$lightblueborder};
background: {$lightbluebackground};
2011-01-27 23:55:52 +01:00
}
.differential-update-history-footer label {
margin-right: 12px;
color: {$greytext};
2011-01-27 23:55:52 +01:00
}
.differential-update-history-footer select {
margin-left: 8px;
2011-01-27 23:55:52 +01:00
}
.device .differential-update-history-footer label {
display: block;
margin-right: 0;
margin-bottom: 4px;
2011-01-27 23:55:52 +01:00
}
.differential-update-history-radio {
padding: 0 8px;
2011-01-27 23:55:52 +01:00
}
.aphront-table-view td.differential-update-history-old {
2011-01-27 23:55:52 +01:00
background: #f9d0d0;
}
.aphront-table-view td.differential-update-history-new {
background: #d0ffd0;
2011-01-27 23:55:52 +01:00
}
.aphront-table-view
.differential-update-history-old-now
td.differential-update-history-old,
.aphront-table-view
.alt-differential-update-history-old-now
td.differential-update-history-old {
background: #ffaaaa;
2011-01-27 23:55:52 +01:00
}
.aphront-table-view
.differential-update-history-new-now
td.differential-update-history-new,
.aphront-table-view
.alt-differential-update-history-new-now
td.differential-update-history-new {
2011-01-27 23:55:52 +01:00
background: #aaffaa;
}
.lintunit-star {
2011-01-27 23:55:52 +01:00
text-align: center;
padding: 0 16px;
2011-01-27 23:55:52 +01:00
}