2011-01-27 23:55:52 +01:00
|
|
|
/**
|
|
|
|
* @provides differential-revision-history-css
|
|
|
|
*/
|
|
|
|
|
2014-03-12 19:39:43 +01:00
|
|
|
.differential-update-history-footer {
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: middle;
|
2013-10-16 22:09:12 +02:00
|
|
|
padding: 4px 8px;
|
2014-03-12 19:39:43 +01:00
|
|
|
border-top: 1px solid {$lightblueborder};
|
|
|
|
background: {$lightbluebackground};
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
2014-03-12 19:39:43 +01:00
|
|
|
.differential-update-history-footer label {
|
|
|
|
margin-right: 12px;
|
|
|
|
color: {$greytext};
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
2014-03-12 19:39:43 +01:00
|
|
|
.differential-update-history-footer select {
|
|
|
|
margin-left: 8px;
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
2014-03-12 19:39:43 +01:00
|
|
|
.device .differential-update-history-footer label {
|
|
|
|
display: block;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-bottom: 4px;
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
2014-03-12 19:39:43 +01:00
|
|
|
.differential-update-history-radio {
|
|
|
|
padding: 0 8px;
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
2014-03-12 19:39:43 +01:00
|
|
|
.aphront-table-view td.differential-update-history-old {
|
2011-01-27 23:55:52 +01:00
|
|
|
background: #f9d0d0;
|
|
|
|
}
|
|
|
|
|
2014-03-12 19:39:43 +01:00
|
|
|
.aphront-table-view td.differential-update-history-new {
|
|
|
|
background: #d0ffd0;
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
2014-03-12 19:39:43 +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
|
|
|
}
|
|
|
|
|
2014-03-12 19:39:43 +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;
|
|
|
|
}
|
|
|
|
|
2014-03-12 19:39:43 +01:00
|
|
|
.lintunit-star {
|
2011-01-27 23:55:52 +01:00
|
|
|
text-align: center;
|
2014-03-12 19:39:43 +01:00
|
|
|
padding: 0 16px;
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|