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

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: 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
Index: stylesheets/style.css
diff --git a/stylesheets/style.css b/stylesheets/style.css
index a207a39cd3e2181d3113bcfcfaf588dc3b8f5b9e..f622dafe9d10651a8f4a47b3b1aff90e3e21804d 100644
--- a/stylesheets/style.css
+++ b/stylesheets/style.css
@@ -59,3 +59,10 @@ div.error {
.throttled {
background-color: #FFFC6C;
}
+
+.help {
+ border: 1px black solid;
+ background-color: #FFFFCA;
+ position: fixed;
+ padding: 0.1em;
+}

Powered by Google App Engine
This is Rietveld 408576698