Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
index 709317ba61b8fb9ef646bef983cbbe6f4737fe16..6fa7cbace79e5e7e3f59ed860da47e0a49f33e5f 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.css |
@@ -79,12 +79,12 @@ button { |
#caption { |
color: #fff; |
flex-grow: 1; |
- margin-left: 12px; |
+ margin: 0 12px; |
} |
#speech-container { |
height: 35px; |
- margin-left: 12px; |
+ margin: 0 12px; |
} |
#speech { |
@@ -123,6 +123,23 @@ button { |
white-space: pre; |
} |
+#search-container { |
+ height: 35px; |
+ margin: 0 12px; |
+} |
+ |
+#search { |
+ background-color: #000; |
+ border: 1px solid #fff; |
+ color: #fff; |
+ font-family: 'Roboto', sans-serif; |
+ font-size: 12pt; |
+ height: 35px; |
+ line-height: 35px; |
+ overflow: hidden; |
+ width: 100%; |
+} |
+ |
#menus_background { |
background-color: #eee; |
bottom: 0; |