1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 20:10:55 +01:00

Fix Aphront Filter on mobile

Summary: Some of this CSS causes fake margins on mobile devices. Fixes the margin and widths for consistency.

Test Plan:
Test a number of filter interfaces on iOS, Maniphest, Differential, etc.

{F150024}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D8959
This commit is contained in:
Chad Little 2014-05-02 14:25:05 -07:00
parent 0376373ee0
commit 2be4127f5a
2 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
return array( return array(
'names' => 'names' =>
array( array(
'core.pkg.css' => '94fe8187', 'core.pkg.css' => 'f6bd0a00',
'core.pkg.js' => '417722ff', 'core.pkg.js' => '417722ff',
'darkconsole.pkg.js' => 'ca8671ce', 'darkconsole.pkg.js' => 'ca8671ce',
'differential.pkg.css' => '4b8686e3', 'differential.pkg.css' => '4b8686e3',
@ -23,7 +23,7 @@ return array(
'rsrc/css/aphront/dialog-view.css' => 'c01d24b4', 'rsrc/css/aphront/dialog-view.css' => 'c01d24b4',
'rsrc/css/aphront/error-view.css' => '9f1d5518', 'rsrc/css/aphront/error-view.css' => '9f1d5518',
'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d', 'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d',
'rsrc/css/aphront/list-filter-view.css' => 'ef989c67', 'rsrc/css/aphront/list-filter-view.css' => '2ae43867',
'rsrc/css/aphront/multi-column.css' => '12f65921', 'rsrc/css/aphront/multi-column.css' => '12f65921',
'rsrc/css/aphront/notification.css' => 'ef2c9b34', 'rsrc/css/aphront/notification.css' => 'ef2c9b34',
'rsrc/css/aphront/pager-view.css' => '2e3539af', 'rsrc/css/aphront/pager-view.css' => '2e3539af',
@ -490,7 +490,7 @@ return array(
'aphront-dark-console-css' => '6378ef3d', 'aphront-dark-console-css' => '6378ef3d',
'aphront-dialog-view-css' => 'c01d24b4', 'aphront-dialog-view-css' => 'c01d24b4',
'aphront-error-view-css' => '9f1d5518', 'aphront-error-view-css' => '9f1d5518',
'aphront-list-filter-view-css' => 'ef989c67', 'aphront-list-filter-view-css' => '2ae43867',
'aphront-multi-column-view-css' => '12f65921', 'aphront-multi-column-view-css' => '12f65921',
'aphront-pager-view-css' => '2e3539af', 'aphront-pager-view-css' => '2e3539af',
'aphront-panel-view-css' => '5846dfa2', 'aphront-panel-view-css' => '5846dfa2',

View file

@ -15,7 +15,7 @@
} }
.device-phone .aphront-list-filter-wrap { .device-phone .aphront-list-filter-wrap {
margin: 0 -2px; margin: 0 8px;
} }
.aphront-list-filter-view-content .phui-form-view { .aphront-list-filter-view-content .phui-form-view {
@ -62,9 +62,9 @@
} }
.device .aphront-list-filter-reveal { .device .aphront-list-filter-reveal {
width: 98%; width: auto;
margin: auto; margin: auto;
padding: 8px; padding: 4px 8px;
} }
.aphront-list-filter-reveal a { .aphront-list-filter-reveal a {