Skip to content

Commit

Permalink
Options: Change "Ignore Errors(RegExp)"'s style
Browse files Browse the repository at this point in the history
  • Loading branch information
syoichi committed Apr 13, 2015
1 parent 22dd568 commit 7d52a16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions xpi/chrome/content/options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ textbox.medium-size {
margin-left: 0;
}

.ignore-error-example {
margin-top: -0.3em;
}

.resize {
-moz-box-flex: 1;
-moz-box-pack: end;
Expand Down
2 changes: 1 addition & 1 deletion xpi/chrome/content/options/options.xul
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<label value="&label.ignoreError;"/>
<textbox preference="ignoreError"/>
</row>
<row class="ignore-error-example">
<row>
<spacer/>
<textbox
value="&label.example; (ffffound: (?!auth)|already)"
Expand Down

0 comments on commit 7d52a16

Please sign in to comment.