Index: chrome/browser/resources/chromeos/login/oobe_hid_detection.css |
diff --git a/chrome/browser/resources/chromeos/login/oobe_hid_detection.css b/chrome/browser/resources/chromeos/login/oobe_hid_detection.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ab157fc4dd68e741eb071e4c91023dd0c60f4aac |
--- /dev/null |
+++ b/chrome/browser/resources/chromeos/login/oobe_hid_detection.css |
@@ -0,0 +1,43 @@ |
+/* Copyright 2016 The Chromium Authors. All rights reserved. |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. */ |
+ |
+#continue-button-text { |
+ text-transform: none; |
+} |
stevenjb
2016/12/28 20:47:04
nit: Group # selectors together
Alexander Alekseev
2016/12/28 22:56:22
Done.
|
+ |
+.bottom-buttons { |
+ padding: 0 6px; /* = 8px - 2px back button border */ |
+} |
+ |
+.hid-selection-entry { |
+ border-top: 1px solid lightgrey; |
+ min-height: 44px; |
+ padding: 0 20px; |
+} |
+ |
+.hid-selection-entry:last-of-type { |
+ border-bottom: 1px solid lightgrey; |
+} |
+ |
+#keyboard-icon, |
+#mouse-icon { |
+ height: 40px; |
+ width: 40px; |
+} |
+ |
+#keyboard-tick, |
+#mouse-tick { |
+ -webkit-margin-start: -28px; |
+ position: relative; |
+ top: 4px; /* icon is 40x40, tick is 32x32, 4 = (40-32)/2 */ |
+ /*visibility: hidden;*/ |
stevenjb
2016/12/28 20:47:03
remove
Alexander Alekseev
2016/12/28 22:56:22
Done.
|
+} |
+ |
+#hid-keyboard-pincode { |
+ padding-bottom: 4px; |
+}; |
+ |
+#hid-continue-button { |
+ -webkit-padding-end: 18px; |
+} |