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

Side by Side Diff: chrome/browser/resources/options/about_page.css

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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 #aboutPage {
2 -webkit-user-select: text;
3 }
4
5 .loading {
6 font-style: italic;
7 }
8
9 #channelSelect {
10 margin-bottom: 5px;
11 }
12
13 #channelWarning {
14 color: red;
15 font-weight: bold;
16 }
17
18 .update-icon {
19 width: 17px;
20 height: 17px;
21 display: inline-block;
22 vertical-align: middle;
23 background-repeat: no-repeat;
24 }
25
26 .update-icon.fail {
27 background-image: url('../../../app/theme/update_fail.png');
28 }
29 .update-icon.available {
30 background-image: url('../../../app/theme/update_available.png');
31 }
32 .update-icon.up-to-date {
33 background-image: url('../../../app/theme/update_uptodate.png');
34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698