2011-01-27 23:55:52 +01:00
|
|
|
/**
|
|
|
|
* @provides differential-revision-history-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.differential-revision-history-table {
|
|
|
|
width: 100%;
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table th {
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2012-12-15 16:59:18 +01:00
|
|
|
padding: 4px 6px;
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td {
|
2012-12-15 16:59:18 +01:00
|
|
|
padding: 4px 6px;
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table tr.alt {
|
2012-12-13 06:00:35 +01:00
|
|
|
background: #dcdcdc;
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.differential-revision-history-table td.revhistory-desc {
|
|
|
|
width: 100%;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.revhistory-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.revhistory-age {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.revhistory-old,
|
|
|
|
.differential-revision-history-table td.revhistory-new {
|
|
|
|
padding: 0em 1.5em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.revhistory-old {
|
|
|
|
background: #f9d0d0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.revhistory-old-now {
|
|
|
|
background: #ffaaaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.revhistory-new {
|
|
|
|
background: #d0ffd0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.revhistory-new-now {
|
|
|
|
background: #aaffaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.revhistory-star {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.differential-revision-history-table td.diff-differ-submit {
|
|
|
|
text-align: right;
|
|
|
|
border-bottom: none;
|
2012-12-13 06:00:35 +01:00
|
|
|
padding: 8px 0px 4px 0px;
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.diff-differ-submit button {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-revision-history-table td.diff-differ-submit label {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: .25em;
|
2013-09-02 22:57:48 +02:00
|
|
|
color: {$darkgreytext};
|
2011-01-27 23:55:52 +01:00
|
|
|
}
|