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

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

Issue 8539022: Bluetooth UI update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Formatting tweaks. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 .inline-spinner,
2 .spinner {
3 background-image: url('chrome://resources/images/spinner.svg');
4 background-size: 100%;
5 }
6
7 .inline-spinner {
8 display: inline-block;
9 height: 16px;
10 width: 16px;
11 }
12
13 .spinner {
14 height: 32px;
15 width: 32px;
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698