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

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: split <input> change out into sep CL Created 7 years 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 | « status.py ('k') | 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 background-color: #FF80FF; 69 background-color: #FF80FF;
70 } 70 }
71 71
72 .open { 72 .open {
73 background-color: #8FDF5F; 73 background-color: #8FDF5F;
74 } 74 }
75 75
76 .throttled { 76 .throttled {
77 background-color: #FFFC6C; 77 background-color: #FFFC6C;
78 } 78 }
79
80 .help {
81 border: 1px black solid;
82 background-color: #FFFFCA;
83 position: fixed;
84 padding: 0.1em;
85 }
OLDNEW
« no previous file with comments | « status.py ('k') | templates/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698