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

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

Issue 2718133004: ChromeOS OOBE: More accessibility fixes. (Closed)
Patch Set: Update after review Created 3 years, 10 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_eula.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_eula.css b/chrome/browser/resources/chromeos/login/oobe_eula.css
index 44b8810f218ac1f089ef3a9738109f54c4a47751..14a1c24ee86fc37d33e4c7a1a558cb204b40fd1a 100644
--- a/chrome/browser/resources/chromeos/login/oobe_eula.css
+++ b/chrome/browser/resources/chromeos/login/oobe_eula.css
@@ -14,21 +14,24 @@ a {
}
#installationSettings {
- padding-top: 31px; /* = 44 - font size */
+ -webkit-margin-start: 20px;
+ margin-top: 31px; /* = 44 - font size */
}
#logging {
+ -webkit-margin-start: 20px;
color: rgba(0, 0, 0, 0.54);
- padding-top: 21px; /* = 36 - font size */
+ margin-bottom: 20px;
+ margin-top: 23px; /* = 36 - font size */
}
#usageStats {
- --paper-checkbox-size: 20px;
+ --paper-checkbox-size: 16px;
--paper-checkbox-checked-color: rgb(66, 133, 244); /* #4285f4 */
- /* End padding must be greater than --paper-checkbox-label-spacing */
- -webkit-padding-end: 16px;
- max-width: 550px;
- padding-bottom: 20px;
+}
+
+#usageStatsLabelContainer label {
+ color: rgba(0, 0, 0, .54);
}
.bottom-buttons {
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_buttons.js ('k') | chrome/browser/resources/chromeos/login/oobe_eula.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698