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

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

Issue 2269433002: ChromeOS: Add more controls to OOBE EULA screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update. Created 4 years, 4 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 433cf6ad9d7392993c733ef0bcfd2e6d572acfa6..a7255fa214b056baff9358157682a2d4895a4e70 100644
--- a/chrome/browser/resources/chromeos/login/oobe_eula.css
+++ b/chrome/browser/resources/chromeos/login/oobe_eula.css
@@ -2,6 +2,30 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#crosEulaFrame {
+#crosEulaFrame,
+#installationSettings,
+#logging {
+ font: 13px Roboto, sans-serif;
margin: 0 20px;
}
+
+a {
+ color: var(--google-blue-500);
+ text-decoration: none;
+}
stevenjb 2016/08/23 16:45:17 We should group CSS by specificity, e.g. element t
Alexander Alekseev 2016/08/25 01:28:22 Done.
+
+#installationSettings {
+ padding-top: 31px; /* = 44 - font size */
+}
+
+#logging {
+ color: rgba(0, 0, 0, 0.54);
+ padding-top: 21px; /* = 36 - font size */
+}
+
+#usageStats {
+ --paper-checkbox-size: 16px;
+ max-width: 550px;
+ padding-bottom: 20px;
+ padding-right: 16px; /* Must be greater than --paper-checkbox-label-spacing */
+}

Powered by Google App Engine
This is Rietveld 408576698