2011-02-08 19:53:59 +01:00
|
|
|
/**
|
|
|
|
* @provides maniphest-transaction-detail-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container {
|
|
|
|
margin: 2px 1em 3px;
|
|
|
|
background: 0px 0px no-repeat;
|
|
|
|
min-height: 50px;
|
|
|
|
}
|
|
|
|
|
2011-02-09 20:38:38 +01:00
|
|
|
.maniphest-transaction-header {
|
2011-02-09 23:10:12 +01:00
|
|
|
background: #e6e6e6;
|
2011-02-09 20:38:38 +01:00
|
|
|
padding: 4px 1em;
|
|
|
|
}
|
|
|
|
|
2011-02-09 23:10:12 +01:00
|
|
|
.maniphest-transaction-header a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-02-08 19:53:59 +01:00
|
|
|
.maniphest-transaction-detail-view {
|
|
|
|
margin-left: 54px;
|
2011-02-09 20:38:38 +01:00
|
|
|
border: 1px solid #bbbbbb;
|
|
|
|
border-width: 1px 0 0;
|
2011-02-08 19:53:59 +01:00
|
|
|
min-height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-timestamp {
|
|
|
|
float: right;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
2011-02-09 20:38:38 +01:00
|
|
|
|
|
|
|
.maniphest-transaction-comments {
|
|
|
|
padding: 4px 1em;
|
|
|
|
background: #f3f3f3;
|
|
|
|
}
|
|
|
|
|
2011-02-09 23:10:12 +01:00
|
|
|
|
|
|
|
.maniphest-task-description p,
|
2011-02-09 20:38:38 +01:00
|
|
|
.maniphest-transaction-comments p {
|
|
|
|
margin: .25em 0 .5em;
|
|
|
|
}
|