| 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; |
| } |