From 06d12bf58bb73caf8176ecae51f951ab45c97806 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 12 Jan 2014 21:22:52 -0800 Subject: [PATCH] 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 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/aphront/list-filter-view.css | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index c1d6dc0c35..d0d1b029b6 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ return array( 'names' => array( - 'core.pkg.css' => '9567aaae', + 'core.pkg.css' => '1cea0efd', 'core.pkg.js' => 'c907bd96', 'darkconsole.pkg.js' => 'ca8671ce', 'differential.pkg.css' => '827749c1', @@ -25,7 +25,7 @@ return array( 'rsrc/css/aphront/dialog-view.css' => 'dd9db96c', 'rsrc/css/aphront/error-view.css' => 'ca515eae', '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/notification.css' => '6901121e', 'rsrc/css/aphront/pager-view.css' => '2e3539af', @@ -476,7 +476,7 @@ return array( 'aphront-dark-console-css' => '6378ef3d', 'aphront-dialog-view-css' => 'dd9db96c', 'aphront-error-view-css' => 'ca515eae', - 'aphront-list-filter-view-css' => '9577c6da', + 'aphront-list-filter-view-css' => '9f0c29ac', 'aphront-multi-column-view-css' => '05bbd016', 'aphront-notes' => '6acadd3f', 'aphront-pager-view-css' => '2e3539af', diff --git a/webroot/rsrc/css/aphront/list-filter-view.css b/webroot/rsrc/css/aphront/list-filter-view.css index ddec174473..aac1f8a942 100644 --- a/webroot/rsrc/css/aphront/list-filter-view.css +++ b/webroot/rsrc/css/aphront/list-filter-view.css @@ -3,10 +3,10 @@ */ .aphront-list-filter-wrap { - border-left: 1px solid {$lightgreyborder}; - border-right: 1px solid {$lightgreyborder}; - border-bottom: 1px solid {$greyborder}; - margin: 0 20px; + border-left: 1px solid {$lightblueborder}; + border-right: 1px solid {$lightblueborder}; + border-bottom: 1px solid {$blueborder}; + margin: 0 16px; } .aphront-list-filter-view {