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

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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « status.py ('k') | templates/main.html » ('j') | templates/main.html » ('J')
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 df56027cbe6ccda3bd726838a1ed9778ce7094bb..290e767c4872f21834cc53d8f024930dc5906fa0 100644
--- a/stylesheets/style.css
+++ b/stylesheets/style.css
@@ -69,3 +69,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') | templates/main.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698