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

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: 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 background-color: #FF80FF; 52 background-color: #FF80FF;
53 } 53 }
54 54
55 .open { 55 .open {
56 background-color: #8FDF5F; 56 background-color: #8FDF5F;
57 } 57 }
58 58
59 .throttled { 59 .throttled {
60 background-color: #FFFC6C; 60 background-color: #FFFC6C;
61 } 61 }
62
63 .help {
64 border: 1px black solid;
65 background-color: #FFFFCA;
66 position: fixed;
67 padding: 0.1em;
68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698