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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
1 .inline-spinner, 5 .inline-spinner,
2 .spinner { 6 .spinner {
3 background-image: url('chrome://resources/images/spinner.svg'); 7 background-image: url('chrome://resources/images/spinner.svg');
4 background-size: 100%; 8 background-size: 100%;
5 } 9 }
6 10
7 .inline-spinner { 11 .inline-spinner {
8 display: inline-block; 12 display: inline-block;
9 height: 16px; 13 height: 16px;
10 width: 16px; 14 width: 16px;
11 } 15 }
12 16
13 .spinner { 17 .spinner {
14 height: 22px; 18 height: 22px;
15 width: 22px; 19 width: 22px;
16 } 20 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/css/chrome_shared.css ('k') | chrome/browser/resources/shared/css/throbber.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698