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

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

Issue 2635493004: ChromeOS OOBE: update MD-OOBE after UI review. (Closed)
Patch Set: Added oobe-shield. 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_a11y_option.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_a11y_option.css b/chrome/browser/resources/chromeos/login/oobe_a11y_option.css
index 87f86c42f89d5e7169e6ff4436d8a90fe9fb236f..280b5b8e586390e8d7ca16259c02afc9161b7b6b 100644
--- a/chrome/browser/resources/chromeos/login/oobe_a11y_option.css
+++ b/chrome/browser/resources/chromeos/login/oobe_a11y_option.css
@@ -9,12 +9,15 @@
}
#elementBox {
+ padding: 0 10px;
width: inherit;
}
paper-toggle-button {
+ /* paper-toggle-button has fixed width of 36px. Make it 32. */
+ -webkit-transform: scale(.8888);
min-height: 20px;
- min-width: 36px;
+ min-width: 32px;
}
#titleContainer {

Powered by Google App Engine
This is Rietveld 408576698