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

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

Issue 8574017: Consolidate rendering of gray segmented spinner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk. Created 9 years, 1 month 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/oobe.html ('k') | chrome/browser/resources/shared/css/spinner.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/spinner.css
diff --git a/chrome/browser/resources/chromeos/login/spinner.css b/chrome/browser/resources/chromeos/login/spinner.css
deleted file mode 100644
index 073ce8a307f772af3127547fd00094fa6d6cdd70..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/login/spinner.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/* Copyright (c) 2011 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.
- */
-
-@-webkit-keyframes 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; }
-}
-
-.spinner {
- -webkit-animation: spinner 1s step-end infinite;
- background-image: url('chrome://theme/IDR_SPINNER');
- height: 22px;
- width: 22px;
-}
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('k') | chrome/browser/resources/shared/css/spinner.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698