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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css

Issue 252503002: Base version of HID detection OOBE screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css b/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
index 4b499d22f9c927d634519453789027890d069453..df9c7659e99af778161dc7bda259e0ff80be73c8 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
@@ -6,4 +6,78 @@
#hid-detection {
min-height: 395px;
padding: 70px 17px 21px;
+ width: 622px;
}
+
+#hid-detection .step-contents {
+ margin: 33px auto 82px;
+ width: 475px;
+}
+
+#hid-detection #hid-invitation-text {
+ font-size: 16px;
+}
+
+#hid-detection #hid-prerequisite-msg {
+ padding: 10px 0 40px;
+}
+
+#hid-keyboard-block,
+#hid-mouse-block {
+ padding: 20px, 0;
+}
+
+#hid-keyboard-icon,
+#hid-mouse-icon {
+ height: 40px;
+ width: 40px;
+}
+
+#hid-mouse-icon-block,
+#hid-keyboard-icon-block {
+ display: inline;
+}
+
+#hid-mouse-label,
+#hid-keyboard-label {
+ display: inline;
+}
+
+#hid-detection .label,
+#hid-keyboard-tick,
+#hid-mouse-tick,
+#hid-keyboard-pincode {
+ display: none;
+}
+
+#hid-keyboard-tick,
+#hid-mouse-tick {
+ left: -10px;
+ position: relative;
+}
+
+.searching {
+ opacity: 0.6
+}
+
+.searching #hid-keyboard-label-searching,
+.searching #hid-mouse-label-searching,
+.connected #hid-keyboard-label-connected,
+.connected #hid-mouse-label-connected,
+.paired #hid-keyboard-label-paired,
+.paired #hid-mouse-label-paired,
+.pairing #hid-keyboard-label-pairing,
+.connected #hid-keyboard-tick,
+.connected #hid-mouse-tick,
+.paired #hid-keyboard-tick,
+.paired #hid-mouse-tick {
+ display: inline;
+}
+
+.pairing #hid-keyboard-pincode {
+ display: block;
+ margin-left: 40px;
+ padding: 15px 0;
+}
+
+/* searching pairing paired connected*/
ygorshenin1 2014/04/24 11:30:24 What's the purpose of this comment?
merkulova 2014/04/24 12:49:46 Left from logging. Removed.

Powered by Google App Engine
This is Rietveld 408576698