mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
774211af76
Summary: Not totally sure I'm in love with this but I think it's somewhat non-terrible, despite the lack of lens flare. Also made "Cancel" take you back to the task if you got to "Create" from "Create Another Task". Test Plan: - Style: https://secure.phabricator.com/file/view/PHID-FILE-ad37d3c1f3b2c7a7a7d1/ - Hit "Cancel" from "Create Another", got sent back to task. - Hit "Cancel" from normal create, got sent back to list. - Tried to save an invalid task after making changes to CC/Projects, changes were preserved. Reviewed By: codeblock Reviewers: hunterbridges, jungejason, tuomaspelkonen, aran, codeblock CC: aran, epriestley, codeblock Differential Revision: 736
23 lines
349 B
CSS
23 lines
349 B
CSS
/**
|
|
* @provides aphront-contextbar-view-css
|
|
*/
|
|
|
|
.aphront-contextbar-view {
|
|
background: #efefef;
|
|
margin-bottom: 6px;
|
|
padding: 6px 2em;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
}
|
|
|
|
.aphront-contextbar-core {
|
|
}
|
|
|
|
.aphront-contextbar-content {
|
|
padding-top: 5px;
|
|
font-size: 13px;
|
|
color: #666666;
|
|
}
|
|
|
|
.aphront-contextbar-buttons {
|
|
float: right;
|
|
}
|