mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
cca849c762
Summary: add filtering for MetaMTA transcripts, add Herald transcripts, also fixed PhabricatorObjectHandleData to support commits. Note that paging in the transcripts pages will be in a different diff. Test Plan: test the transcripts for both MetaMTA and Herald. Reviewed By: epriestley Reviewers: epriestley, tuomaspelkonen CC: jungejason, epriestley Differential Revision: 114
30 lines
527 B
CSS
30 lines
527 B
CSS
/**
|
|
* @provides differential-revision-detail-css
|
|
*/
|
|
|
|
.differential-revision-properties {
|
|
font-size: 12px;
|
|
width: 100%;
|
|
}
|
|
|
|
.differential-revision-properties tt {
|
|
letter-spacing: 1.1px;
|
|
}
|
|
|
|
.differential-revision-properties th {
|
|
font-weight: bold;
|
|
width: 100px;
|
|
text-align: right;
|
|
padding: 3px 4px 3px 3px;
|
|
color: #333333;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.differential-revision-properties td {
|
|
padding: 3px 2px;
|
|
}
|
|
|
|
.differential-revision-detail-core {
|
|
margin-right: 265px;
|
|
}
|
|
|