Index: chrome/browser/resources/options/chromeos/system_options_page.css |
diff --git a/chrome/browser/resources/options/chromeos/system_options_page.css b/chrome/browser/resources/options/chromeos/system_options_page.css |
index b2beae83ad771287c641c39f7939cc56a31e8cdf..ca1abc4f03ac65e5849ce5fc5eee4857463a5199 100644 |
--- a/chrome/browser/resources/options/chromeos/system_options_page.css |
+++ b/chrome/browser/resources/options/chromeos/system_options_page.css |
@@ -21,7 +21,45 @@ html[dir=rtl] .touchpad-sensitivity-more { |
vertical-align: top; |
} |
-#bluetooth-options-div{ |
+#bluetooth-options-div { |
-webkit-box-orient: vertical; |
display: -webkit-box; |
} |
+ |
+#bluetooth-finder-div, |
+#bluetooth-scanning-status { |
+ -webkit-box-orient: horizontal; |
+ display: -webkit-box; |
+ vertical-align: baseline; |
+} |
+ |
+#bluetooth-scanning-label { |
+ -webkit-margin-start: 5px; |
+ color: gray; |
+} |
+ |
+#bluetooth-scanning-icon { |
+ -webkit-margin-start: 10px; |
+ background-image: url("loader.gif"); |
+ height: 24px; |
+ margin-top: 3px; |
+ width: 24px; |
+} |
+ |
+.bluetooth-headset, |
+.bluetooth-keyboard, |
+.bluetooth-mouse { |
+ background-repeat: no-repeat; |
+} |
+ |
+.bluetooth-headset { |
+ background-image: url("headset.png"); |
+} |
+ |
+.bluetooth-keyboard { |
+ background-image: url("keyboard.png"); |
+} |
+ |
+.bluetooth-mouse { |
+ background-image: url("mouse.png"); |
+} |