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;
|
2013-01-15 01:40:04 +01:00
|
|
|
margin: 20px 20px 40px 20px;
|
2011-01-25 20:31:40 +01:00
|
|
|
}
|
|
|
|
|
2012-02-27 22:14:32 +01:00
|
|
|
.aphront-unpadded-panel-view {
|
2013-01-15 01:40:04 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-view.aphront-panel-plain {
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
background: transparent;
|
2012-02-27 22:14:32 +01:00
|
|
|
}
|
|
|
|
|
2012-02-22 19:21:39 +01:00
|
|
|
.aphront-panel-view .aphront-panel-header {
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
}
|
|
|
|
|
2011-01-25 20:31:40 +01:00
|
|
|
.aphront-panel-view h1 {
|
2013-01-15 01:40:04 +01:00
|
|
|
font-size: 15px;
|
2012-11-12 22:15:46 +01:00
|
|
|
font-weight: bold;
|
2013-01-15 01:40:04 +01:00
|
|
|
color: #555;
|
2012-11-12 22:15:46 +01:00
|
|
|
padding: 4px 0 0 0;
|
2011-01-25 20:31:40 +01:00
|
|
|
}
|
|
|
|
|
2013-01-15 01:40:04 +01:00
|
|
|
.aphront-panel-plain h1 {
|
|
|
|
padding: 0 0 4px 0;
|
|
|
|
}
|
|
|
|
|
Replace home directory list with a dashboard
Summary:
Rough cut that still needs a lot of polish, but replace the directory list with
more of a dashboard type thing:
- Show "Unbreak Now", triage-in-your-projects, and other stuff that you're
supposed to deal with, then feed.
- Move tools a click a way behind nav -- this also lets us put more stuff
there and subtools, etc., later.
- Remove tabs.
- Merge the category/item editing views.
- I also added a light blue wash to the side nav, not sure if I like that or
not.
Test Plan:
- Viewed all elements in empty and nonempty states.
- Viewed applications, edited items/categories.
Reviewers: btrahan, aran
Reviewed By: btrahan
CC: aran, epriestley, davidreuss
Maniphest Tasks: T21, T631
Differential Revision: https://secure.phabricator.com/D1574
2012-02-08 01:04:48 +01:00
|
|
|
.aphront-panel-view-caption {
|
|
|
|
font-size: 11px;
|
|
|
|
color: #666666;
|
2012-02-22 19:21:39 +01:00
|
|
|
margin-top: -0.1em;
|
Replace home directory list with a dashboard
Summary:
Rough cut that still needs a lot of polish, but replace the directory list with
more of a dashboard type thing:
- Show "Unbreak Now", triage-in-your-projects, and other stuff that you're
supposed to deal with, then feed.
- Move tools a click a way behind nav -- this also lets us put more stuff
there and subtools, etc., later.
- Remove tabs.
- Merge the category/item editing views.
- I also added a light blue wash to the side nav, not sure if I like that or
not.
Test Plan:
- Viewed all elements in empty and nonempty states.
- Viewed applications, edited items/categories.
Reviewers: btrahan, aran
Reviewed By: btrahan
CC: aran, epriestley, davidreuss
Maniphest Tasks: T21, T631
Differential Revision: https://secure.phabricator.com/D1574
2012-02-08 01:04:48 +01:00
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
|
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 {
|
2012-11-12 22:15:46 +01:00
|
|
|
background: #f1f1f1;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: 3px;
|
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 .aphront-form-view {
|
2012-11-12 22:15:46 +01:00
|
|
|
background: #f7f7f7;
|
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: 1px solid #c4c4c0;
|
2012-11-12 22:15:46 +01:00
|
|
|
border-radius: 3px;
|
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 {
|
|
|
|
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;
|
|
|
|
}
|
2012-02-15 01:23:53 +01:00
|
|
|
|
|
|
|
.aphront-mini-panel-view {
|
|
|
|
background: #f3f3f3;
|
|
|
|
padding: 4px 2em;
|
|
|
|
margin: 2px 2em;
|
|
|
|
border: 1px solid #e6e6e6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-mini-panel-view p {
|
|
|
|
font-size: 11px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
2012-02-27 22:14:32 +01:00
|
|
|
|