Chromium Code Reviews| 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; |