From 0dbd61c2f2b99a4fd732c0bc25103621278ebb44 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 20 Apr 2015 10:19:39 -0700 Subject: [PATCH] Tweak browse-more CSS Summary: Just adds some space, color. Test Plan: test a long browse list Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12471 --- resources/celerity/map.php | 4 ++-- webroot/rsrc/css/aphront/typeahead-browse.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 3d0e8814a0..9f4767d49f 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -30,7 +30,7 @@ return array( 'rsrc/css/aphront/tokenizer.css' => '86a13f7f', 'rsrc/css/aphront/tooltip.css' => '7672b60f', 'rsrc/css/aphront/two-column.css' => '16ab3ad2', - 'rsrc/css/aphront/typeahead-browse.css' => 'efe293a0', + 'rsrc/css/aphront/typeahead-browse.css' => 'd8581d2c', 'rsrc/css/aphront/typeahead.css' => '0e403212', 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 'rsrc/css/application/auth/auth.css' => '1e655982', @@ -838,7 +838,7 @@ return array( 'sprite-tokens-css' => '1706b943', 'syntax-highlighting-css' => '56c1ba38', 'tokens-css' => '3d0f239e', - 'typeahead-browse-css' => 'efe293a0', + 'typeahead-browse-css' => 'd8581d2c', 'unhandled-exception-css' => '37d4f9a2', ), 'requires' => array( diff --git a/webroot/rsrc/css/aphront/typeahead-browse.css b/webroot/rsrc/css/aphront/typeahead-browse.css index 597e782777..fd3cb8b482 100644 --- a/webroot/rsrc/css/aphront/typeahead-browse.css +++ b/webroot/rsrc/css/aphront/typeahead-browse.css @@ -6,13 +6,14 @@ .typeahead-browse-hard-limit { display: block; padding: 8px; - margin: 8px 0 0; + margin: 4px 6px 6px; text-align: center; } .typeahead-browse-more { background: {$lightblue}; border: 1px solid {$lightblueborder}; + color: {$blue}; } .typeahead-browse-more.loading {