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

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

Issue 2392273002: ChromeOS: Implement Update screen of material design OOBE. (Closed)
Patch Set: 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..9e2cc25df2e58fff8f8834a41c2da9dce8ebbd67
--- /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
michaelpg 2016/10/05 21:51:41 missing comma
Alexander Alekseev 2016/10/05 22:06:23 Done.
+#progress-message,
+#cancel-hint {
+ font: 13px Roboto, sans-serif;
+ margin: 0 20px;
+}
+
+#estimated-time-left,
+#progress-message {
+ padding-top: 31px; /* = 44 - font size */
+}
+
+#cancelHint1,
+#cancelHint2 {
+ 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