Remember when Gecko was good?

Me neither.

Fix the dump button padding on Gecko.
"Fix" the file input width on Gecko.
This commit is contained in:
Nicolas Stepien 2012-01-28 04:40:10 +01:00
parent 7b2b76a00a
commit de7714eb8f
2 changed files with 4 additions and 2 deletions

View File

@ -1553,7 +1553,7 @@
<div><textarea name=com title=Comment placeholder=Comment class=field></textarea></div>\ <div><textarea name=com title=Comment placeholder=Comment class=field></textarea></div>\
<div class=captcha title=Reload><img></div>\ <div class=captcha title=Reload><img></div>\
<div><input title=Verification class=field autocomplete=off size=1></div>\ <div><input title=Verification class=field autocomplete=off size=1></div>\
<div><input type=file multiple><input type=submit></div>\ <div><input type=file multiple size=16><input type=submit></div>\
<label id=spoilerLabel><input type=checkbox id=spoiler> Spoiler Image</label>\ <label id=spoilerLabel><input type=checkbox id=spoiler> Spoiler Image</label>\
<div class=warning></div>\ <div class=warning></div>\
</form>'); </form>');
@ -3534,6 +3534,7 @@ a[href="javascript:;"] {\
background: -o-linear-gradient(#EEE, #CCC);\ background: -o-linear-gradient(#EEE, #CCC);\
background: linear-gradient(#EEE, #CCC);\ background: linear-gradient(#EEE, #CCC);\
width: 10%;\ width: 10%;\
padding: -moz-calc(1px) 0 2px;\
}\ }\
#dump:hover, #dump:focus {\ #dump:hover, #dump:focus {\
background: -webkit-linear-gradient(#FFF, #DDD);\ background: -webkit-linear-gradient(#FFF, #DDD);\

View File

@ -1147,7 +1147,7 @@ qr =
<div><textarea name=com title=Comment placeholder=Comment class=field></textarea></div> <div><textarea name=com title=Comment placeholder=Comment class=field></textarea></div>
<div class=captcha title=Reload><img></div> <div class=captcha title=Reload><img></div>
<div><input title=Verification class=field autocomplete=off size=1></div> <div><input title=Verification class=field autocomplete=off size=1></div>
<div><input type=file multiple><input type=submit></div> <div><input type=file multiple size=16><input type=submit></div>
<label id=spoilerLabel><input type=checkbox id=spoiler> Spoiler Image</label> <label id=spoilerLabel><input type=checkbox id=spoiler> Spoiler Image</label>
<div class=warning></div> <div class=warning></div>
</form>' </form>'
@ -2776,6 +2776,7 @@ a[href="javascript:;"] {
background: -o-linear-gradient(#EEE, #CCC); background: -o-linear-gradient(#EEE, #CCC);
background: linear-gradient(#EEE, #CCC); background: linear-gradient(#EEE, #CCC);
width: 10%; width: 10%;
padding: -moz-calc(1px) 0 2px;
} }
#dump:hover, #dump:focus { #dump:hover, #dump:focus {
background: -webkit-linear-gradient(#FFF, #DDD); background: -webkit-linear-gradient(#FFF, #DDD);