mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Shorten Jump Nav box to more standard size
Summary: just a little nip/tuck, facebook will surely rejoice. Test Plan: reload html, see new css Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7956
This commit is contained in:
parent
60a6ba2b25
commit
49963d8e4c
2 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
return array(
|
return array(
|
||||||
'names' =>
|
'names' =>
|
||||||
array(
|
array(
|
||||||
'core.pkg.css' => 'dddca4dc',
|
'core.pkg.css' => '5c4061d8',
|
||||||
'core.pkg.js' => 'c907bd96',
|
'core.pkg.js' => 'c907bd96',
|
||||||
'darkconsole.pkg.js' => 'ca8671ce',
|
'darkconsole.pkg.js' => 'ca8671ce',
|
||||||
'differential.pkg.css' => '827749c1',
|
'differential.pkg.css' => '827749c1',
|
||||||
|
@ -68,7 +68,7 @@ return array(
|
||||||
'rsrc/css/application/diffusion/commit-view.css' => '92d1e8f9',
|
'rsrc/css/application/diffusion/commit-view.css' => '92d1e8f9',
|
||||||
'rsrc/css/application/diffusion/diffusion-icons.css' => '384a0f7d',
|
'rsrc/css/application/diffusion/diffusion-icons.css' => '384a0f7d',
|
||||||
'rsrc/css/application/diffusion/diffusion-source.css' => '66fdf661',
|
'rsrc/css/application/diffusion/diffusion-source.css' => '66fdf661',
|
||||||
'rsrc/css/application/directory/phabricator-jump-nav.css' => 'dfe804e2',
|
'rsrc/css/application/directory/phabricator-jump-nav.css' => 'f0c5e726',
|
||||||
'rsrc/css/application/feed/feed.css' => '4716c86f',
|
'rsrc/css/application/feed/feed.css' => '4716c86f',
|
||||||
'rsrc/css/application/files/global-drag-and-drop.css' => '697324ad',
|
'rsrc/css/application/files/global-drag-and-drop.css' => '697324ad',
|
||||||
'rsrc/css/application/flag/flag.css' => '5337623f',
|
'rsrc/css/application/flag/flag.css' => '5337623f',
|
||||||
|
@ -684,7 +684,7 @@ return array(
|
||||||
'phabricator-flag-css' => '5337623f',
|
'phabricator-flag-css' => '5337623f',
|
||||||
'phabricator-hovercard' => '4f344388',
|
'phabricator-hovercard' => '4f344388',
|
||||||
'phabricator-hovercard-view-css' => '67c12b16',
|
'phabricator-hovercard-view-css' => '67c12b16',
|
||||||
'phabricator-jump-nav' => 'dfe804e2',
|
'phabricator-jump-nav' => 'f0c5e726',
|
||||||
'phabricator-keyboard-shortcut' => '1ae869f2',
|
'phabricator-keyboard-shortcut' => '1ae869f2',
|
||||||
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
|
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
|
||||||
'phabricator-main-menu-view' => 'aba0b7a6',
|
'phabricator-main-menu-view' => 'aba0b7a6',
|
||||||
|
|
|
@ -15,12 +15,11 @@ input.phabricator-jump-nav[type='text'] {
|
||||||
|
|
||||||
.phabricator-jump-nav-caption {
|
.phabricator-jump-nav-caption {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
padding-bottom: 4px;
|
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: {$greytext};
|
color: {$greytext};
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-jump-nav-container form {
|
.phabricator-jump-nav-container form {
|
||||||
padding: 20px;
|
padding: 12px 16px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue