Less janky searching on mobile devices
Summary: Removes odd borders and padding, just a white search interface now.
Test Plan:
review at smaller breakpoints in sandbox, submit some items for search.
{F355209}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D12221
			
			
This commit is contained in:
		| @@ -7,7 +7,7 @@ | |||||||
|  */ |  */ | ||||||
| return array( | return array( | ||||||
|   'names' => array( |   'names' => array( | ||||||
|     'core.pkg.css' => '6088c5b0', |     'core.pkg.css' => 'ad650d52', | ||||||
|     'core.pkg.js' => '0c88e7f6', |     'core.pkg.js' => '0c88e7f6', | ||||||
|     'darkconsole.pkg.js' => '8ab24e01', |     'darkconsole.pkg.js' => '8ab24e01', | ||||||
|     'differential.pkg.css' => '3500921f', |     'differential.pkg.css' => '3500921f', | ||||||
| @@ -20,7 +20,7 @@ return array( | |||||||
|     'rsrc/css/aphront/dark-console.css' => '6378ef3d', |     'rsrc/css/aphront/dark-console.css' => '6378ef3d', | ||||||
|     'rsrc/css/aphront/dialog-view.css' => 'd2e76b88', |     'rsrc/css/aphront/dialog-view.css' => 'd2e76b88', | ||||||
|     'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d', |     'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d', | ||||||
|     'rsrc/css/aphront/list-filter-view.css' => '2ae43867', |     'rsrc/css/aphront/list-filter-view.css' => '18b7e144', | ||||||
|     'rsrc/css/aphront/multi-column.css' => 'fd18389d', |     'rsrc/css/aphront/multi-column.css' => 'fd18389d', | ||||||
|     'rsrc/css/aphront/notification.css' => '9c279160', |     'rsrc/css/aphront/notification.css' => '9c279160', | ||||||
|     'rsrc/css/aphront/pager-view.css' => '2e3539af', |     'rsrc/css/aphront/pager-view.css' => '2e3539af', | ||||||
| @@ -501,7 +501,7 @@ return array( | |||||||
|     'aphront-bars' => '231ac33c', |     'aphront-bars' => '231ac33c', | ||||||
|     'aphront-dark-console-css' => '6378ef3d', |     'aphront-dark-console-css' => '6378ef3d', | ||||||
|     'aphront-dialog-view-css' => 'd2e76b88', |     'aphront-dialog-view-css' => 'd2e76b88', | ||||||
|     'aphront-list-filter-view-css' => '2ae43867', |     'aphront-list-filter-view-css' => '18b7e144', | ||||||
|     'aphront-multi-column-view-css' => 'fd18389d', |     'aphront-multi-column-view-css' => 'fd18389d', | ||||||
|     'aphront-pager-view-css' => '2e3539af', |     'aphront-pager-view-css' => '2e3539af', | ||||||
|     'aphront-panel-view-css' => '8427b78d', |     'aphront-panel-view-css' => '8427b78d', | ||||||
|   | |||||||
| @@ -14,8 +14,14 @@ | |||||||
|   padding: 0; |   padding: 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .device-phone .aphront-list-filter-view { | ||||||
|  |   padding: 0 8px 8px; | ||||||
|  | } | ||||||
|  |  | ||||||
| .device-phone .aphront-list-filter-wrap { | .device-phone .aphront-list-filter-wrap { | ||||||
|   margin: 0 8px; |   margin: 0; | ||||||
|  |   border: none; | ||||||
|  |   border-bottom: 1px solid {$lightblueborder}; | ||||||
| } | } | ||||||
|  |  | ||||||
| .aphront-list-filter-view-content .phui-form-view { | .aphront-list-filter-view-content .phui-form-view { | ||||||
| @@ -24,6 +30,10 @@ | |||||||
|   padding: 12px 0 6px; |   padding: 12px 0 6px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .device-phone .aphront-list-filter-view-content .phui-form-view { | ||||||
|  |   padding: 0; | ||||||
|  | } | ||||||
|  |  | ||||||
| /* When a list filter view contains two consecuitive forms, lay them out | /* When a list filter view contains two consecuitive forms, lay them out | ||||||
|    without much white space in between them so they look more contiugous. At |    without much white space in between them so they look more contiugous. At | ||||||
|    the time of writing, this is used only in the Diffusion repository search |    the time of writing, this is used only in the Diffusion repository search | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Chad Little
					Chad Little