mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Fix colors, spacing on list filters
Summary: so pixels, much color Test Plan: reload audit/home, things are more aligneded Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7947
This commit is contained in:
parent
03aecd63de
commit
06d12bf58b
2 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
||||||
return array(
|
return array(
|
||||||
'names' =>
|
'names' =>
|
||||||
array(
|
array(
|
||||||
'core.pkg.css' => '9567aaae',
|
'core.pkg.css' => '1cea0efd',
|
||||||
'core.pkg.js' => 'c907bd96',
|
'core.pkg.js' => 'c907bd96',
|
||||||
'darkconsole.pkg.js' => 'ca8671ce',
|
'darkconsole.pkg.js' => 'ca8671ce',
|
||||||
'differential.pkg.css' => '827749c1',
|
'differential.pkg.css' => '827749c1',
|
||||||
|
@ -25,7 +25,7 @@ return array(
|
||||||
'rsrc/css/aphront/dialog-view.css' => 'dd9db96c',
|
'rsrc/css/aphront/dialog-view.css' => 'dd9db96c',
|
||||||
'rsrc/css/aphront/error-view.css' => 'ca515eae',
|
'rsrc/css/aphront/error-view.css' => 'ca515eae',
|
||||||
'rsrc/css/aphront/lightbox-attachment.css' => '686f8885',
|
'rsrc/css/aphront/lightbox-attachment.css' => '686f8885',
|
||||||
'rsrc/css/aphront/list-filter-view.css' => '9577c6da',
|
'rsrc/css/aphront/list-filter-view.css' => '9f0c29ac',
|
||||||
'rsrc/css/aphront/multi-column.css' => '05bbd016',
|
'rsrc/css/aphront/multi-column.css' => '05bbd016',
|
||||||
'rsrc/css/aphront/notification.css' => '6901121e',
|
'rsrc/css/aphront/notification.css' => '6901121e',
|
||||||
'rsrc/css/aphront/pager-view.css' => '2e3539af',
|
'rsrc/css/aphront/pager-view.css' => '2e3539af',
|
||||||
|
@ -476,7 +476,7 @@ return array(
|
||||||
'aphront-dark-console-css' => '6378ef3d',
|
'aphront-dark-console-css' => '6378ef3d',
|
||||||
'aphront-dialog-view-css' => 'dd9db96c',
|
'aphront-dialog-view-css' => 'dd9db96c',
|
||||||
'aphront-error-view-css' => 'ca515eae',
|
'aphront-error-view-css' => 'ca515eae',
|
||||||
'aphront-list-filter-view-css' => '9577c6da',
|
'aphront-list-filter-view-css' => '9f0c29ac',
|
||||||
'aphront-multi-column-view-css' => '05bbd016',
|
'aphront-multi-column-view-css' => '05bbd016',
|
||||||
'aphront-notes' => '6acadd3f',
|
'aphront-notes' => '6acadd3f',
|
||||||
'aphront-pager-view-css' => '2e3539af',
|
'aphront-pager-view-css' => '2e3539af',
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.aphront-list-filter-wrap {
|
.aphront-list-filter-wrap {
|
||||||
border-left: 1px solid {$lightgreyborder};
|
border-left: 1px solid {$lightblueborder};
|
||||||
border-right: 1px solid {$lightgreyborder};
|
border-right: 1px solid {$lightblueborder};
|
||||||
border-bottom: 1px solid {$greyborder};
|
border-bottom: 1px solid {$blueborder};
|
||||||
margin: 0 20px;
|
margin: 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aphront-list-filter-view {
|
.aphront-list-filter-view {
|
||||||
|
|
Loading…
Reference in a new issue