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

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

Issue 2600983003: ChromeOS MD-OOBE: Add HID detection screen. (Closed)
Patch Set: Revert to #4 Created 3 years, 11 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 a92514365e55d498f15e1b1a41d161989fe131a2..a9dccf11e2a945c8f607c0b9021bc85856d72df7 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
@@ -8,6 +8,12 @@
width: 622px;
}
+#oobe[md-mode] #hid-detection {
xiyuan 2017/01/05 00:09:06 Why not get rid of this and update line 5 to somet
Alexander Alekseev 2017/01/05 02:01:16 Done.
+ min-height: unset;
+ padding: unset;
+ width: unset;
+}
+
#hid-detection .step-contents {
margin: 33px auto 82px;
width: 475px;

Powered by Google App Engine
This is Rietveld 408576698