Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/sendReport.css

Issue 8937025: Encourage user to set email in issue reporter (Closed)
Patch Set: Encourage user to set email in issue reporter Created Nov. 23, 2012, 6:31 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/locale/en-US/sendReport.dtd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/sendReport.css
===================================================================
--- a/chrome/skin/sendReport.css
+++ b/chrome/skin/sendReport.css
@@ -93,12 +93,12 @@
overflow-y: scroll;
}
-#commentLengthWarning
+#commentLengthWarning, #anonymityWarning
{
color: red;
}
-#commentLengthWarning[visible="false"]
+#commentLengthWarning[visible="false"], #anonymityWarning[visible="false"]
{
visibility: hidden;
}
« no previous file with comments | « chrome/locale/en-US/sendReport.dtd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld