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: Added min-height Created July 20, 2015, 12:01 p.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,26 +89,36 @@ 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;
}
+#data
+{
+ min-height: 50px;
+}
+
/*
* Force left-to-right everywhere where we are displaying addresses
*/
#data:-moz-locale-dir(rtl)
{
direction: ltr;
}
« 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