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

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

Issue 10389064: Added estimated time remaining on AU. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Issues are fixed, sync. Created 8 years, 7 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.js ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index 12a8deed622ec6cc61c18555ca99f4c6ac7bd05f..16cb66106d2ffc2e0e7b975bf89ff4d0c3105b73 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -20,6 +20,19 @@ body {
padding: 0;
}
+progress {
+ border: solid 1px #bbb;
+ padding: 1px;
+}
+
+progress::-webkit-progress-bar {
+ background: white;
+}
+
+progress::-webkit-progress-value {
+ background: #bbb;
+}
+
button {
font-family: inherit;
outline: none;
@@ -441,9 +454,31 @@ html[dir=rtl] #user-image-preview {
position: absolute;
}
+#update #update-upper-label {
+ -webkit-margin-after: 4px;
+}
+
+#update #update-bottom-label {
+ -webkit-margin-after: 4px;
+ -webkit-margin-before: 4px;
+}
+
#update progress {
- margin: 13px 0;
- width: 380px;
+ -webkit-margin-after: 4px;
+ -webkit-margin-before: 34px;
+ -webkit-margin-start: 74px;
+ height: 15px;
+ width: 300px;
+}
+
+#update #update-estimated-time-left {
+ -webkit-margin-before: 4px;
+}
+
+#update #update-estimated-time-left {
+ color: #666;
+ font-size: 13px;
+ text-align: center;
}
button {
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.js ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698