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

Side by Side Diff: trunk/tools/chromium-status/stylesheets/style.css

Issue 57013002: chromium-status: tighten up the Who/When columns (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
1 body { 1 body {
2 font-family: Arial, sans-serif; 2 font-family: Arial, sans-serif;
3 padding: 0px; 3 padding: 0px;
4 } 4 }
5 5
6 h1 { 6 h1 {
7 font-size: 14pt; 7 font-size: 14pt;
8 font-style: italic; 8 font-style: italic;
9 margin: 0px; 9 margin: 0px;
10 padding: 5px; 10 padding: 5px;
(...skipping 26 matching lines...) Expand all
37 div.error { 37 div.error {
38 background-color: #fcc; 38 background-color: #fcc;
39 width: 80%; 39 width: 80%;
40 padding: 7px; 40 padding: 7px;
41 border: 2px solid red; 41 border: 2px solid red;
42 font-weight: bold; 42 font-weight: bold;
43 margin-top: 10px; 43 margin-top: 10px;
44 margin-bottom: 20px; 44 margin-bottom: 20px;
45 } 45 }
46 46
47 td.username {
48 font-size: smaller;
49 }
50
51 td.date {
52 font-size: smaller;
53 white-space: nowrap;
54 }
55
47 .closed { 56 .closed {
48 background-color: #E98080; 57 background-color: #E98080;
49 } 58 }
50 59
51 .maintenance { 60 .maintenance {
52 background-color: #FF80FF; 61 background-color: #FF80FF;
53 } 62 }
54 63
55 .open { 64 .open {
56 background-color: #8FDF5F; 65 background-color: #8FDF5F;
57 } 66 }
58 67
59 .throttled { 68 .throttled {
60 background-color: #FFFC6C; 69 background-color: #FFFC6C;
61 } 70 }
OLDNEW
« no previous file with comments | « no previous file | trunk/tools/chromium-status/templates/main.html » ('j') | trunk/tools/chromium-status/templates/main.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698