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

Side by Side Diff: chrome/browser/resources/options/import_data_overlay.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: addressed nit 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
1 #import-throbber { 1 #import-throbber {
2 background-image: url("../../../../app/resources/throbber.png");
3 width: 16px;
4 height: 16px;
5 margin: -3px 10px; 2 margin: -3px 10px;
6 display: inline-block;
7 visibility: hidden; 3 visibility: hidden;
8 } 4 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698