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

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

Issue 2392273002: ChromeOS: Implement Update screen of material design OOBE. (Closed)
Patch Set: Update after review. Added new screen name. Created 4 years, 2 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_update.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_update.css b/chrome/browser/resources/chromeos/login/oobe_update.css
new file mode 100644
index 0000000000000000000000000000000000000000..d85623c84a5521255a86a74597bf301f552eab7c
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/oobe_update.css
@@ -0,0 +1,29 @@
+/* Copyright 2016 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+#estimated-time-left,
+#progress-message,
+#cancel-hint {
+ font: 13px Roboto, sans-serif;
+ margin: 0 20px;
+}
+
+#estimated-time-left,
+#progress-message {
+ padding-top: 31px; /* = 44 - font size */
+}
+
+#checkingForUpdateCancelHint,
+#updatingCancelHint {
+ color: rgb(170, 0, 0);
+ padding: 0;
+}
+
+paper-progress {
+ --paper-progress-active-color: var(--google-blue-500);
+ --paper-progress-secondary-color: var(--google-blue-100);
+ bottom: 0;
+ height: 3px;
+ width: 100%;
+}

Powered by Google App Engine
This is Rietveld 408576698