2011-01-25 20:31:40 +01:00
|
|
|
/**
|
|
|
|
* @provides aphront-panel-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
.aphront-panel-view {
|
|
|
|
background: #f3f3f3;
|
|
|
|
border: 1px solid #c0c0c0;
|
|
|
|
border-width: 1px 0 0;
|
|
|
|
padding: 1em 2em;
|
|
|
|
margin: 1em 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-view h1 {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 2px 0 8px;
|
|
|
|
}
|
|
|
|
|
2011-04-04 07:03:27 +02:00
|
|
|
.aphront-panel-view-buttons {
|
2011-01-25 20:31:40 +01:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2011-01-26 00:19:06 +01:00
|
|
|
.aphront-panel-view p.aphront-panel-instructions {
|
|
|
|
margin: .5em 2em .75em;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2011-01-25 20:31:40 +01:00
|
|
|
.aphront-panel-width-form {
|
|
|
|
width: 720px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-width-wide {
|
|
|
|
width: 1080px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
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
|
|
|
|
|
|
|
.aphront-panel-accent {
|
|
|
|
background: #efefdf;
|
|
|
|
border: 1px solid #666622;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-accent .aphront-form-view {
|
|
|
|
background: #fffff5;
|
|
|
|
border: 1px solid #c4c4c0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-preview {
|
|
|
|
background: #fbfbfb;
|
|
|
|
border-bottom: 1px solid #aaaaaa;
|
|
|
|
margin: -1em 2em 2em;
|
|
|
|
padding: 15px 20px;
|
|
|
|
}
|
|
|
|
|
2011-07-17 03:25:45 +02:00
|
|
|
.aphront-panel-preview-wide {
|
|
|
|
width: 1080px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
padding-left: 2em;
|
|
|
|
padding-right: 2em;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
.aphront-panel-preview-loading-text {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-flush {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2011-05-22 20:55:10 +02:00
|
|
|
|
|
|
|
.aphront-panel-view-drag-and-drop {
|
|
|
|
background: #99ff99;
|
|
|
|
border-color: #669966;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-view-drag-and-drop .aphront-form-view {
|
|
|
|
background: #ccffcc;
|
|
|
|
border-color: #669966;
|
|
|
|
}
|