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

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

Issue 2718133004: ChromeOS OOBE: More accessibility fixes. (Closed)
Patch Set: 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..b2045b767e7a279ae8394ac0ff92b9b482bb8cce 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 */
+ margin-left: 20px;
michaelpg 2017/02/28 10:38:17 -webkit-margin-start
Alexander Alekseev 2017/03/01 00:48:34 Done.
+ margin-top: 31px; /* = 44 - font size */
}
#logging {
color: rgba(0, 0, 0, 0.54);
- padding-top: 21px; /* = 36 - font size */
+ margin-bottom: 20px;
+ margin-left: 20px;
michaelpg 2017/02/28 10:38:17 -webkit-margin-start
Alexander Alekseev 2017/03/01 00:48:34 Done.
+ margin-top: 21px; /* = 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;
+}
+
+#usageStatsLabelContaner label {
+ color: rgba(0, 0, 0, .54);
}
.bottom-buttons {

Powered by Google App Engine
This is Rietveld 408576698