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

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

Issue 308083005: Improving layout and a11y for HID detection OOBE screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rtl Created 6 years, 7 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 | chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fdab11097f7a64ee793c925e05ad0727335d100c..4e4da075e91b2644deb51506b8f878b64860e776 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
@@ -52,7 +52,8 @@
#hid-keyboard-tick,
#hid-mouse-tick {
- left: -20px;
+ -webkit-margin-start: -28px;
+ bottom: -20px;
position: relative;
visibility: hidden;
}
@@ -61,6 +62,10 @@
opacity: 0.6
}
+#hid-detection #hid-keyboard-pincode {
+ padding: 10px 0 20px 40px;
+}
+
.searching #hid-keyboard-label-searching,
.searching #hid-mouse-label-searching,
.connected #hid-keyboard-label-connected,
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698