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

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: Add comment. 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..dbc73a9930e97dc90f3c2e8c75bff9af4aa1deb8 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 {
+a {
+ color: var(--google-blue-500);
+ text-decoration: none;
+}
+
+#crosEulaFrame,
+#installationSettings,
+#logging {
+ font: 13px Roboto, sans-serif;
margin: 0 20px;
}
+
+#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 */
+}
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.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