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

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

Issue 7841005: [ChromeOS] Use oauth's segmented spinner for sign-in loading UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing spinner.css Created 9 years, 3 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 | « no previous file | chrome/browser/resources/chromeos/login/oobe.html » ('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 a4d58a3a695559d04f8d1c1d285e26159e26ee58..aecc76feffecc4e17d9bbb38ea6329b5c50d9806 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -577,33 +577,6 @@ button {
text-decoration: underline;
}
-@-webkit-keyframes oauth-enroll-spinner {
- /* There are 13 animation steps, the numbers below space them evenly. Note
- * that a steps(13) declaration produces off-by-one offsets for some frames,
- * so for best results we specify positions explicity and use step-end. */
- 0% { background-position: 286px 0px; }
- 7.6923076% { background-position: 264px 0px; }
- 15.3846153% { background-position: 242px 0px; }
- 23.0769230% { background-position: 220px 0px; }
- 30.7692307% { background-position: 198px 0px; }
- 38.4615384% { background-position: 176px 0px; }
- 46.1538461% { background-position: 154px 0px; }
- 53.8461538% { background-position: 132px 0px; }
- 61.5384615% { background-position: 110px 0px; }
- 69.2307692% { background-position: 88px 0px; }
- 76.9230769% { background-position: 66px 0px; }
- 84.6153846% { background-position: 44px 0px; }
- 92.3076923% { background-position: 22px 0px; }
- 100.0000000% { background-position: 0px 0px; }
-}
-
-.oauth-enroll-spinner {
- -webkit-animation: oauth-enroll-spinner 1s step-end infinite;
- background-image: url('chrome://theme/IDR_SPINNER');
- height: 22px;
- width: 22px;
-}
-
#close-button.visible {
display: inline-block;
}
@@ -816,6 +789,7 @@ html[dir=rtl] .error-message {
left: 10px;
opacity: 1.0;
position: absolute;
+ right: 10px;
text-shadow: 0 1px 1px #fff;
}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698