mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 09:12:41 +01:00
a4529b4e60
Summary: Simplified header, added Workboard button and icon, moved Maniphest actions to "Open Tasks" Object Box. Reduced actions by 3. Test Plan: Test a number of project pages, looks better, cleaner. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8219
37 lines
689 B
CSS
37 lines
689 B
CSS
/**
|
|
* @provides phui-object-box-css
|
|
*/
|
|
|
|
.phui-object-box.phui-object-box-flush {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.phui-object-box .phui-header-shell {
|
|
padding: 4px 5px 4px 12px;
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
border-top: none;
|
|
}
|
|
|
|
.phui-object-box .phui-header-image {
|
|
margin: 1px 8px 0px -7px;
|
|
}
|
|
|
|
.phui-object-box .phui-header-shell h1 {
|
|
color: {$bluetext};
|
|
text-shadow: 0 1px #fff;
|
|
padding: 8px 0;
|
|
}
|
|
|
|
.phui-object-box .phui-header-shell + .aphront-error-view {
|
|
margin: 0;
|
|
border-width: 0;
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
}
|
|
|
|
.device-phone .phui-object-box {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.device-phone .phui-object-box + .phui-object-box {
|
|
border-top: none;
|
|
}
|