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

Side by Side Diff: stylesheets/style.css

Issue 57643007: chromium-status: tighten up the Who/When columns (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
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
« no previous file with comments | « no previous file | templates/main.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 font-family: monospace;
54 white-space: nowrap;
55 }
56
47 .closed { 57 .closed {
48 background-color: #E98080; 58 background-color: #E98080;
49 } 59 }
50 60
51 .maintenance { 61 .maintenance {
52 background-color: #FF80FF; 62 background-color: #FF80FF;
53 } 63 }
54 64
55 .open { 65 .open {
56 background-color: #8FDF5F; 66 background-color: #8FDF5F;
57 } 67 }
58 68
59 .throttled { 69 .throttled {
60 background-color: #FFFC6C; 70 background-color: #FFFC6C;
61 } 71 }
OLDNEW
« no previous file with comments | « no previous file | templates/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698