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

Unified Diff: chrome/content/ui/sendReport.xul

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 | « no previous file | chrome/skin/sendReport.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/sendReport.xul
===================================================================
--- a/chrome/content/ui/sendReport.xul
+++ b/chrome/content/ui/sendReport.xul
@@ -210,18 +210,21 @@
</wizardpage>
<wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.heading;" onpageshow="initCommentPage();">
<description>&emailComment.label;</description>
<hbox class="topLabel" align="baseline">
<label id="emailLabel" control="email" value="&email.label;"/>
<textbox id="email" type="email" persist="value" flex="1" maxlength="200" oninput="updateEmail();"/>
</hbox>
- <checkbox id="anonymousCheckbox" label="&anonymous.label;" oncommand="updateEmail();"/>
- <description id="anonymityWarning" visible="false">&anonymity.warning;</description>
+ <hbox align="center">
+ <checkbox id="anonymousCheckbox" label="&anonymous.label;" oncommand="updateEmail();"/>
+ <spacer flex="1"/>
+ <description id="anonymityWarning" visible="false">&anonymity.warning;</description>
+ </hbox>
<description class="topLabel">&commentPage.description;</description>
<label class="topLabel" control="comment" value="&comment.label;"/>
<textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/>
<description id="commentLengthWarning" visible="false">&comment.lengthWarning;</description>
<checkbox id="extensionsCheckbox" label="&attachExtensions.label;" oncommand="updateExtensions(this.checked);"/>
« no previous file with comments | « no previous file | chrome/skin/sendReport.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld