2011-02-08 19:53:59 +01:00
|
|
|
/**
|
|
|
|
* @provides maniphest-transaction-detail-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.maniphest-transaction-detail-container {
|
2012-01-26 03:16:43 +01:00
|
|
|
margin: 1em 2em 1.25em;
|
|
|
|
background: 0px 2px no-repeat;
|
2011-02-08 19:53:59 +01:00
|
|
|
min-height: 50px;
|
2012-01-26 03:16:43 +01:00
|
|
|
padding: 2px 0px;
|
2011-05-31 19:23:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-list-view .anchor-target {
|
|
|
|
background-color: #ffffdd;
|
|
|
|
border-color: #ffff00;
|
2011-02-08 19:53:59 +01:00
|
|
|
}
|
|
|
|
|
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-06-14 16:55:04 +02:00
|
|
|
.maniphest-transaction-detail-container .duplicate {
|
|
|
|
border-color: #333333;
|
|
|
|
}
|
|
|
|
|
2011-02-09 20:38:38 +01:00
|
|
|
.maniphest-transaction-header {
|
Tweak Maniphest CSS, fix remarkup in description change views
Summary:
Various CSS tweaks and fixes:
- Add remarkup styling to description change views, missed this before.
- Fix CSS so that transactions with only one item (e.g., changed priority)
don't have weird floater underneath them.
- Add more space between transaction items.
- Make default background color lighter and less heavy.
- Use beigey color for comment form in Maniphest.
- Share more CSS between Maniphest and Differential (previews, feedback).
- Move "Leap Into Action" call to Differential, replace Maniphest with
thematically-consistent "Weigh In" (obviously, Maniphest has a nautical theme).
Test Plan:
Browsed Maniphest and Differential in a couple browsers, styling all seems
correct.
Reviewed By: tomo
Reviewers: tomo, aran, jungejason, tuomaspelkonen
CC: anjali, aran, tomo
Differential Revision: 328
2011-05-22 17:49:07 +02:00
|
|
|
background: #f3f3f3;
|
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;
|
Tweak Maniphest CSS, fix remarkup in description change views
Summary:
Various CSS tweaks and fixes:
- Add remarkup styling to description change views, missed this before.
- Fix CSS so that transactions with only one item (e.g., changed priority)
don't have weird floater underneath them.
- Add more space between transaction items.
- Make default background color lighter and less heavy.
- Use beigey color for comment form in Maniphest.
- Share more CSS between Maniphest and Differential (previews, feedback).
- Move "Leap Into Action" call to Differential, replace Maniphest with
thematically-consistent "Weigh In" (obviously, Maniphest has a nautical theme).
Test Plan:
Browsed Maniphest and Differential in a couple browsers, styling all seems
correct.
Reviewed By: tomo
Reviewers: tomo, aran, jungejason, tuomaspelkonen
CC: anjali, aran, tomo
Differential Revision: 328
2011-05-22 17:49:07 +02:00
|
|
|
border-color: #dddddd;
|
2011-03-08 00:28:44 +01:00
|
|
|
border-width: 1px 10px;
|
|
|
|
border-style: solid;
|
2011-02-08 19:53:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-transaction-timestamp {
|
|
|
|
float: right;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
2011-02-09 20:38:38 +01:00
|
|
|
|
|
|
|
.maniphest-transaction-comments {
|
2011-05-22 20:55:10 +02:00
|
|
|
border-top: 1px solid #e6e6e6;
|
2011-02-09 20:38:38 +01:00
|
|
|
padding: 4px 1em;
|
2011-05-22 20:55:10 +02:00
|
|
|
background: #fcfcfc;
|
2012-02-19 18:07:35 +01:00
|
|
|
overflow: auto;
|
2011-02-09 20:38:38 +01:00
|
|
|
}
|
2011-05-21 03:56:18 +02:00
|
|
|
|
|
|
|
.maniphest-change-table {
|
|
|
|
width: 100%;
|
|
|
|
margin: .5em 0em;
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 4px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-change-table td {
|
|
|
|
width: 50%;
|
|
|
|
padding: 0.25em 1em;
|
|
|
|
background: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-change-table th {
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0.25em;
|
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
}
|