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

Side by Side Diff: chrome/browser/resources/shared/css/throbber.css

Issue 6378006: Add Throbber control for DOMUI. Use it everywhere in options and in Sync setup UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 .throbber {
2 display: inline-block;
3 background-image: url("../../../../../app/resources/throbber.png");
James Hawkins 2011/01/19 20:34:58 Alphabetize properties.
Sergey Ulanov 2011/01/20 02:00:49 Done.
4 width: 16px;
5 height: 16px;
6 background-position: 0px;
James Hawkins 2011/01/19 20:34:58 s/px/0/
Sergey Ulanov 2011/01/20 02:00:49 Done.
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698