mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 04:42:40 +01:00
Give more space for new select dropdown image
Summary: On really wide selects, text will go over the background image. Give it more padding. Test Plan: Review selects on email preferences page. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16842
This commit is contained in:
parent
40d3bcb891
commit
32d2955f22
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ return array(
|
|||
'names' => array(
|
||||
'conpherence.pkg.css' => 'cea72e09',
|
||||
'conpherence.pkg.js' => '6249a1cf',
|
||||
'core.pkg.css' => '9d155da1',
|
||||
'core.pkg.css' => '231b1ee5',
|
||||
'core.pkg.js' => '1a77dddf',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => 'a4ba74b5',
|
||||
|
@ -141,7 +141,7 @@ return array(
|
|||
'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '9cda225e',
|
||||
'rsrc/css/phui/phui-form-view.css' => '91adabe4',
|
||||
'rsrc/css/phui/phui-form.css' => 'ca2490c6',
|
||||
'rsrc/css/phui/phui-form.css' => 'b8fb087a',
|
||||
'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f',
|
||||
'rsrc/css/phui/phui-header-view.css' => '6ec8f155',
|
||||
'rsrc/css/phui/phui-hovercard.css' => 'de1a2119',
|
||||
|
@ -861,7 +861,7 @@ return array(
|
|||
'phui-feed-story-css' => '44a9c8e9',
|
||||
'phui-font-icon-base-css' => '870a7360',
|
||||
'phui-fontkit-css' => '9cda225e',
|
||||
'phui-form-css' => 'ca2490c6',
|
||||
'phui-form-css' => 'b8fb087a',
|
||||
'phui-form-view-css' => '91adabe4',
|
||||
'phui-head-thing-view-css' => 'fd311e5f',
|
||||
'phui-header-view-css' => '6ec8f155',
|
||||
|
|
|
@ -115,7 +115,7 @@ select {
|
|||
color: {$darkbluetext};
|
||||
border: 1px solid {$greyborder};
|
||||
height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0 24px 0 8px;
|
||||
min-width: 180px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue