mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 06:20:56 +01:00
b500105a56
Summary: Makes maniphest slightly less gross looking Test Plan: Looked at it Reviewers: tomo CC: Differential Revision: 26
36 lines
622 B
CSS
36 lines
622 B
CSS
/**
|
|
* @provides maniphest-transaction-detail-css
|
|
*/
|
|
|
|
.maniphest-transaction-detail-container {
|
|
margin: 2px 1em 3px;
|
|
background: 0px 0px no-repeat;
|
|
min-height: 50px;
|
|
}
|
|
|
|
.maniphest-transaction-header {
|
|
background: #e0e0e0;
|
|
padding: 4px 1em;
|
|
}
|
|
|
|
.maniphest-transaction-detail-view {
|
|
margin-left: 54px;
|
|
border: 1px solid #bbbbbb;
|
|
border-width: 1px 0 0;
|
|
min-height: 40px;
|
|
}
|
|
|
|
.maniphest-transaction-timestamp {
|
|
float: right;
|
|
font-size: 11px;
|
|
color: #666666;
|
|
}
|
|
|
|
.maniphest-transaction-comments {
|
|
padding: 4px 1em;
|
|
background: #f3f3f3;
|
|
}
|
|
|
|
.maniphest-transaction-comments p {
|
|
margin: .25em 0 .5em;
|
|
}
|