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

Side by Side Diff: chrome/browser/resources/crashes.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 body { 5 body {
2 margin: 20px; 6 margin: 20px;
3 } 7 }
4 8
5 h1 { 9 h1 {
6 -webkit-padding-start: 75px; 10 -webkit-padding-start: 75px;
7 /* TODO(stuartmorgan): Get real art for this image */ 11 /* TODO(stuartmorgan): Get real art for this image */
8 background-image: url('../../app/theme/sadtab.png'); 12 background-image: url('../../app/theme/sadtab.png');
9 background-position: left; 13 background-position: left;
10 background-repeat: no-repeat; 14 background-repeat: no-repeat;
11 font-size: 156%; 15 font-size: 156%;
12 font-weight: bold; 16 font-weight: bold;
13 margin: 0; 17 margin: 0;
14 padding-bottom: 20px; 18 padding-bottom: 20px;
15 padding-top: 20px; 19 padding-top: 20px;
16 } 20 }
17 21
18 html[dir=rtl] h1 { 22 html[dir=rtl] h1 {
19 background-position: right; 23 background-position: right;
20 } 24 }
21 25
22 #countBanner { 26 #countBanner {
23 background-color: #ebeffa; 27 background-color: rgb(235, 239, 250);
24 border: 1px solid #bbb; 28 border: 1px solid #bbb;
25 border-radius: 2px; 29 border-radius: 2px;
26 font-size: 100%; 30 font-size: 100%;
27 padding: 4px; 31 padding: 4px;
28 } 32 }
29 33
30 #crashList h3 { 34 #crashList h3 {
31 font-size: 100%; 35 font-size: 100%;
32 } 36 }
33 37
34 #crashList > div > * { 38 #crashList > div > * {
35 margin: 0.75em 0; 39 margin: 0.75em 0;
36 } 40 }
37 41
38 #crashList a:visited { 42 #crashList a:visited {
39 color: #666; 43 color: #666;
40 } 44 }
41 45
42 #crashList > div:not(:last-child) { 46 #crashList > div:not(:last-child) {
43 border-bottom: 1px solid #bbb; 47 border-bottom: 1px solid #bbb;
44 } 48 }
45 49
46 #disabledMode h2 { 50 #disabledMode h2 {
47 color: #8d332a; 51 color: rgb(141, 51, 42);
48 font-size: 125%; 52 font-size: 125%;
49 } 53 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/cloud_print/cloud_print_setup_login.css ('k') | chrome/browser/resources/dialog.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698