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

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

Issue 13913011: Polished update screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Presubmit checks passed. Created 7 years, 8 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 d84ca77af31bdd15a8e26d0e5fa0c5efd7a74fc8..af39b7f9f010f0de77266c68ce8d643737954686 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -711,8 +711,23 @@ html[dir=rtl] .step-extra-controls {
right: 49px;
}
-#update-screen-curtain p {
- text-align: center;
+.throbber {
+ -webkit-animation: throbber-animation 1s steps(36) infinite;
+ -webkit-margin-before: 2px;
+ -webkit-margin-end: 4px;
+ background-image: url(chrome://theme/IDR_CROS_DEFAULT_THROBBER);
+ display: inline-block;
+ height: 16px;
+ width: 16px;
+}
+
+@-webkit-keyframes throbber-animation {
+ from {
+ background-position: 0;
+ }
+ to {
+ background-position: -576px;
+ }
}
#update #update-screen-curtain {
@@ -728,27 +743,15 @@ html[dir=rtl] .step-extra-controls {
}
#update #update-screen-curtain {
- margin: 45px 45px;
+ margin: 45px 35px;
}
#update-screen-main {
- margin: 45px 45px;
+ margin: 45px 35px;
min-height: 114px;
text-align: center;
}
-#update #update-checking-ellipsis {
- width: 16px;
-}
-
-html[dir=ltr] #update #update-checking-ellipsis {
- text-align: left;
-}
-
-html[dir=rtl] #update #update-checking-ellipsis {
- text-align: right;
-}
-
#update #update-cancel-hint {
-webkit-margin-before: 15px;
-webkit-margin-start: 45px;
@@ -761,7 +764,7 @@ html[dir=rtl] #update #update-checking-ellipsis {
}
#update #checking-updates-label {
- -webkit-margin-after: 34px;
+ -webkit-margin-after: 90px;
}
#update #update-bottom-label {
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/resources/chromeos/login/oobe_screen_update.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698