2011-01-25 11:31:40 -08:00
|
|
|
/**
|
|
|
|
* @provides aphront-panel-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
.aphront-panel-view {
|
2013-09-02 13:57:48 -07:00
|
|
|
background: {$lightgreybackground};
|
2011-01-25 11:31:40 -08:00
|
|
|
border: 1px solid #c0c0c0;
|
|
|
|
border-width: 1px 0 0;
|
2014-01-07 11:57:37 -08:00
|
|
|
padding: 8px 16px;
|
2014-01-21 14:23:36 -08:00
|
|
|
margin: 20px 16px 32px 16px;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
2013-01-19 14:30:26 -08:00
|
|
|
.device-phone .aphront-panel-view {
|
2014-01-07 11:57:37 -08:00
|
|
|
margin: 20px 8px 40px 8px;
|
2013-01-19 14:30:26 -08:00
|
|
|
}
|
|
|
|
|
2012-02-27 13:14:32 -08:00
|
|
|
.aphront-unpadded-panel-view {
|
2013-01-14 16:40:04 -08:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-view.aphront-panel-plain {
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
background: transparent;
|
2012-02-27 13:14:32 -08:00
|
|
|
}
|
|
|
|
|
2012-02-22 10:21:39 -08:00
|
|
|
.aphront-panel-view .aphront-panel-header {
|
2013-05-11 08:23:19 -07:00
|
|
|
margin: 0 0 8px 0;
|
2012-02-22 10:21:39 -08:00
|
|
|
}
|
|
|
|
|
2011-01-25 11:31:40 -08:00
|
|
|
.aphront-panel-view h1 {
|
2013-01-17 12:36:31 -08:00
|
|
|
font-size: 16px;
|
2012-11-12 13:15:46 -08:00
|
|
|
font-weight: bold;
|
2014-01-21 14:23:36 -08:00
|
|
|
color: {$darkbluetext};
|
2013-05-11 08:23:19 -07:00
|
|
|
text-shadow: 0 1px 1px #fff;
|
2012-11-12 13:15:46 -08:00
|
|
|
padding: 4px 0 0 0;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
2014-01-21 14:23:36 -08:00
|
|
|
.aphront-panel-view h1 a {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-view h1 a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2013-01-14 16:40:04 -08:00
|
|
|
.aphront-panel-plain h1 {
|
2014-01-21 14:23:36 -08:00
|
|
|
padding: 0;
|
2013-01-14 16:40:04 -08:00
|
|
|
}
|
|
|
|
|
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-07 16:04:48 -08:00
|
|
|
.aphront-panel-view-caption {
|
|
|
|
font-size: 11px;
|
2013-09-02 08:08:54 -07:00
|
|
|
color: {$greytext};
|
2014-01-21 14:23:36 -08:00
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 4px;
|
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-07 16:04:48 -08:00
|
|
|
}
|
|
|
|
|
2011-04-03 22:03:27 -07:00
|
|
|
.aphront-panel-view-buttons {
|
2011-01-25 11:31:40 -08:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-01-19 14:30:26 -08:00
|
|
|
.device-desktop .aphront-panel-width-form {
|
2011-01-25 11:31:40 -08:00
|
|
|
width: 720px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2013-01-19 14:30:26 -08:00
|
|
|
.device-desktop .aphront-panel-width-wide {
|
2011-01-25 11:31:40 -08:00
|
|
|
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 08:49:07 -07:00
|
|
|
|
|
|
|
.aphront-panel-accent {
|
2012-11-12 13:15:46 -08: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 08:49:07 -07:00
|
|
|
}
|
|
|
|
|
2013-08-26 11:53:11 -07:00
|
|
|
.aphront-panel-accent .phui-form-view {
|
2013-09-02 13:57:48 -07:00
|
|
|
background: {$lightgreybackground};
|
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 08:49:07 -07:00
|
|
|
border: 1px solid #c4c4c0;
|
2012-11-12 13:15:46 -08: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 08:49:07 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-preview {
|
2013-09-28 15:55:38 -07:00
|
|
|
padding: 16px;
|
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 08:49:07 -07:00
|
|
|
}
|
|
|
|
|
2013-01-27 08:00:20 -08:00
|
|
|
.device-phone .aphront-panel-preview {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-07-16 18:25:45 -07: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 08:49:07 -07:00
|
|
|
.aphront-panel-preview-loading-text {
|
2013-09-02 08:08:54 -07:00
|
|
|
color: {$greytext};
|
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 08:49:07 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-panel-flush {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2011-05-22 11:55:10 -07:00
|
|
|
|
|
|
|
.aphront-panel-view-drag-and-drop {
|
|
|
|
background: #99ff99;
|
|
|
|
border-color: #669966;
|
|
|
|
}
|
|
|
|
|
2013-08-26 11:53:11 -07:00
|
|
|
.aphront-panel-view-drag-and-drop .phui-form-view {
|
2011-05-22 11:55:10 -07:00
|
|
|
background: #ccffcc;
|
|
|
|
border-color: #669966;
|
|
|
|
}
|
2012-02-14 16:23:53 -08:00
|
|
|
|
|
|
|
.aphront-mini-panel-view {
|
2013-04-01 11:53:18 -07:00
|
|
|
background: #fff;
|
2013-01-17 14:02:18 -08:00
|
|
|
padding: 10px;
|
2014-01-21 14:23:36 -08:00
|
|
|
margin: 4px 16px;
|
2013-09-02 13:57:48 -07:00
|
|
|
border: 1px solid {$lightgreyborder};
|
|
|
|
border-bottom: 1px solid {$greyborder};
|
2012-02-14 16:23:53 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-mini-panel-view p {
|
2013-01-17 14:02:18 -08:00
|
|
|
font-size: 12px;
|
2013-09-02 08:08:54 -07:00
|
|
|
color: {$greytext};
|
2012-02-14 16:23:53 -08:00
|
|
|
}
|