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

Side by Side Diff: stylesheets/style.css

Issue 58593002: chromium-status: add status field help text (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: fixup javascript/wrapping 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 background-color: #FF80FF; 62 background-color: #FF80FF;
63 } 63 }
64 64
65 .open { 65 .open {
66 background-color: #8FDF5F; 66 background-color: #8FDF5F;
67 } 67 }
68 68
69 .throttled { 69 .throttled {
70 background-color: #FFFC6C; 70 background-color: #FFFC6C;
71 } 71 }
72
73 .help {
74 border: 1px black solid;
75 background-color: #FFFFCA;
76 position: fixed;
77 padding: 0.1em;
78 }
OLDNEW
« no previous file with comments | « status.py ('k') | templates/main.html » ('j') | templates/main.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698