mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Minor Segment UI tweaks
Summary: Nicer spacing, no border. Test Plan: Test collapsed and wide layouts Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15238
This commit is contained in:
parent
0bf3519045
commit
888ea4e4fe
3 changed files with 14 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'core.pkg.css' => 'e8763436',
|
'core.pkg.css' => '69616aad',
|
||||||
'core.pkg.js' => 'd7daa6d8',
|
'core.pkg.js' => 'd7daa6d8',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => '2de124c9',
|
'differential.pkg.css' => '2de124c9',
|
||||||
|
@ -146,10 +146,10 @@ return array(
|
||||||
'rsrc/css/phui/phui-object-item-list-view.css' => '8f443e8b',
|
'rsrc/css/phui/phui-object-item-list-view.css' => '8f443e8b',
|
||||||
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
|
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
|
||||||
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
|
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
|
||||||
'rsrc/css/phui/phui-profile-menu.css' => '2d5f0c75',
|
'rsrc/css/phui/phui-profile-menu.css' => 'f709256c',
|
||||||
'rsrc/css/phui/phui-property-list-view.css' => '27b2849e',
|
'rsrc/css/phui/phui-property-list-view.css' => '27b2849e',
|
||||||
'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591',
|
'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591',
|
||||||
'rsrc/css/phui/phui-segment-bar-view.css' => '52e7e529',
|
'rsrc/css/phui/phui-segment-bar-view.css' => '6622f0a1',
|
||||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||||
'rsrc/css/phui/phui-status.css' => '888cedb8',
|
'rsrc/css/phui/phui-status.css' => '888cedb8',
|
||||||
'rsrc/css/phui/phui-tag-view.css' => '9d5d4400',
|
'rsrc/css/phui/phui-tag-view.css' => '9d5d4400',
|
||||||
|
@ -831,10 +831,10 @@ return array(
|
||||||
'phui-object-item-list-view-css' => '8f443e8b',
|
'phui-object-item-list-view-css' => '8f443e8b',
|
||||||
'phui-pager-css' => 'bea33d23',
|
'phui-pager-css' => 'bea33d23',
|
||||||
'phui-pinboard-view-css' => '2495140e',
|
'phui-pinboard-view-css' => '2495140e',
|
||||||
'phui-profile-menu-css' => '2d5f0c75',
|
'phui-profile-menu-css' => 'f709256c',
|
||||||
'phui-property-list-view-css' => '27b2849e',
|
'phui-property-list-view-css' => '27b2849e',
|
||||||
'phui-remarkup-preview-css' => '1a8f2591',
|
'phui-remarkup-preview-css' => '1a8f2591',
|
||||||
'phui-segment-bar-view-css' => '52e7e529',
|
'phui-segment-bar-view-css' => '6622f0a1',
|
||||||
'phui-spacing-css' => '042804d6',
|
'phui-spacing-css' => '042804d6',
|
||||||
'phui-status-list-view-css' => '888cedb8',
|
'phui-status-list-view-css' => '888cedb8',
|
||||||
'phui-tag-view-css' => '9d5d4400',
|
'phui-tag-view-css' => '9d5d4400',
|
||||||
|
|
|
@ -157,7 +157,14 @@
|
||||||
|
|
||||||
.phui-profile-menu .phabricator-side-menu .phui-profile-segment-bar {
|
.phui-profile-menu .phabricator-side-menu .phui-profile-segment-bar {
|
||||||
color: {$menu.profile.text};
|
color: {$menu.profile.text};
|
||||||
padding: 12px 15px 18px;
|
font-size: {$smallerfontsize};
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
padding: 8px 12px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.phui-profile-menu .phui-profile-menu-collapsed .phabricator-side-menu
|
||||||
|
.phui-profile-segment-bar {
|
||||||
|
padding: 8px 8px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-segment-bar-segment-view {
|
.phui-segment-bar-segment-view {
|
||||||
|
|
Loading…
Reference in a new issue