diff --git a/resources/celerity/map.php b/resources/celerity/map.php --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -30,7 +30,7 @@ 'rsrc/css/aphront/tokenizer.css' => 'c10c061e', 'rsrc/css/aphront/tooltip.css' => '7672b60f', 'rsrc/css/aphront/two-column.css' => '16ab3ad2', - 'rsrc/css/aphront/typeahead-browse.css' => '343ab59f', + 'rsrc/css/aphront/typeahead-browse.css' => 'efe293a0', 'rsrc/css/aphront/typeahead.css' => '0e403212', 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 'rsrc/css/application/auth/auth.css' => '1e655982', @@ -838,7 +838,7 @@ 'sprite-tokens-css' => '1706b943', 'syntax-highlighting-css' => '56c1ba38', 'tokens-css' => '3d0f239e', - 'typeahead-browse-css' => '343ab59f', + 'typeahead-browse-css' => 'efe293a0', 'unhandled-exception-css' => '37d4f9a2', ), 'requires' => array( diff --git a/webroot/rsrc/css/aphront/typeahead-browse.css b/webroot/rsrc/css/aphront/typeahead-browse.css --- a/webroot/rsrc/css/aphront/typeahead-browse.css +++ b/webroot/rsrc/css/aphront/typeahead-browse.css @@ -28,9 +28,9 @@ .typeahead-browse-frame { overflow-x: hidden; overflow-y: auto; - padding: 4px; height: 260px; - border: 1px solid {$lightgreyborder}; + border: 1px solid {$lightblueborder}; + border-bottom: 1px solid {$blueborder}; } .typeahead-browse-frame.loading { @@ -38,7 +38,7 @@ } .typeahead-browse-header { - padding: 4px 0; + padding: 0 0 8px 0; } input.typeahead-browse-input { @@ -56,5 +56,10 @@ .typeahead-browse-item button { float: right; - margin: 2px 4px; + margin: 2px 6px; +} + +.typeahead-browse-item a.jx-tokenizer-token { + margin-top: 1px; + margin-left: 6px; }