Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css

Issue 14080012: Do not display local overlay suggestion box if there are no suggestions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css
diff --git a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css
index 75ec3b6b291624c524dd8008a4f8fc0a408375a1..87269e2f075f4bdbd51f040b15a315d513b4483b 100644
--- a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css
+++ b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css
@@ -11,6 +11,7 @@ body {
#suggestionsBox {
border-bottom: 1px #d9d9d9 solid;
+ display: inline-block;
padding-bottom: 6px;
padding-top: 6px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698