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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « status.py ('k') | templates/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stylesheets/style.css
diff --git a/stylesheets/style.css b/stylesheets/style.css
index be57f492cb828ee78a869f992151df060112b5ec..74b6d126ee330790067bc02942cbf4aa2b73b0ce 100644
--- a/stylesheets/style.css
+++ b/stylesheets/style.css
@@ -76,3 +76,10 @@ td.date {
.throttled {
background-color: #FFFC6C;
}
+
+.help {
+ border: 1px black solid;
+ background-color: #FFFFCA;
+ position: fixed;
+ padding: 0.1em;
+}
« 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