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

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: Fixed license headers. 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
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..c1d3e9a47a87da666271fbc90ea54153b8e29dde 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -434,6 +434,21 @@ html[dir=rtl] #user-image-preview {
width: 32em;
}
+#update .update-stats-div {
+ margin: 4px 0;
+}
+
+#update .update-stats-item {
+ -webkit-box-align: start;
+ display: -webkit-box;
+ margin: 4px 0;
+}
+
+#update .update-stats-label {
+ display: block;
+ width: 150px;
+}
+
#update #update-cancel-hint {
color: rgb(170, 0, 0);
left: 50%;

Powered by Google App Engine
This is Rietveld 408576698