[Pkg-mozext-commits] [adblock-plus] 53/74: Issue 344 - Make the comment page of the issue reporter more compact to leave more space for the report data
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 12:07:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus.
commit 93993f0384a1353fb1a86ef5e9ddbd36b80ee58c
Author: Wladimir Palant <trev at adblockplus.org>
Date: Mon Jul 20 13:59:48 2015 +0200
Issue 344 - Make the comment page of the issue reporter more compact to leave more space for the report data
---
chrome/content/ui/sendReport.xul | 7 +++++--
chrome/skin/sendReport.css | 10 ++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/chrome/content/ui/sendReport.xul b/chrome/content/ui/sendReport.xul
index 491e3b6..ed37d91 100644
--- a/chrome/content/ui/sendReport.xul
+++ b/chrome/content/ui/sendReport.xul
@@ -215,8 +215,11 @@
<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;"/>
diff --git a/chrome/skin/sendReport.css b/chrome/skin/sendReport.css
index 9410880..e8b38a8 100644
--- a/chrome/skin/sendReport.css
+++ b/chrome/skin/sendReport.css
@@ -94,6 +94,11 @@ radio, checkbox, .topLabel, #dataDeck
overflow-y: scroll;
}
+#anonymousCheckbox, #extensionsCheckbox
+{
+ margin-top: 0px;
+}
+
#commentLengthWarning, #anonymityWarning
{
color: red;
@@ -104,6 +109,11 @@ radio, checkbox, .topLabel, #dataDeck
visibility: hidden;
}
+#data
+{
+ min-height: 50px;
+}
+
/*
* Force left-to-right everywhere where we are displaying addresses
*/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git
More information about the Pkg-mozext-commits
mailing list