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-03-08 00:28:44 +01:00
|
|
|
.maniphest-transaction-detail-container .upforgrab {
|
|
|
|
border-color: #cc9966;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container .reassigned {
|
|
|
|
border-color: #0099aa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container .assigned {
|
|
|
|
border-color: #0099aa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container .claimed {
|
|
|
|
border-color: #0099aa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container .created {
|
|
|
|
border-color: #660099;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container .closed {
|
|
|
|
border-color: #006699;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container .spited {
|
|
|
|
border-color: #006699;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container .reopened {
|
|
|
|
border-color: #660099;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container .unbreaknow {
|
|
|
|
border-color: #aa0000;
|
|
|
|
}
|
|
|
|
|
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-03-08 00:28:44 +01:00
|
|
|
border-color: #bbbbbb;
|
|
|
|
border-width: 1px 10px;
|
|
|
|
border-style: solid;
|
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;
|
|
|
|
}
|