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

Unified Diff: chrome/skin/sendReport.css

Issue 5205543194984448: Issue 344 - Make the comment page of the issue reporter more compact to leave more space for the re… (Closed)
Patch Set: Created April 17, 2014, 7:42 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/content/ui/sendReport.xul ('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
@@ -89,16 +89,21 @@ radio, checkbox, .topLabel, #dataDeck
margin-top: 10px;
}
#screenshotBox
{
overflow-y: scroll;
}
+#anonymousCheckbox, #extensionsCheckbox
+{
+ margin-top: 0px;
+}
+
#commentLengthWarning, #anonymityWarning
{
color: red;
}
#commentLengthWarning[visible="false"], #anonymityWarning[visible="false"]
{
visibility: hidden;
« no previous file with comments | « chrome/content/ui/sendReport.xul ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld