This commit is contained in:
Nicolas Stepien 2012-02-06 11:01:17 +01:00
parent 86f0bd6193
commit 2008d6d773
2 changed files with 2 additions and 0 deletions

View File

@ -3763,6 +3763,7 @@ textarea.field {\
}\
#qr [type=submit] {\
margin: 1px 0;\
padding: 1px; /* not Gecko */\
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */\
width: 30%;\
}\

View File

@ -3015,6 +3015,7 @@ textarea.field {
}
#qr [type=submit] {
margin: 1px 0;
padding: 1px; /* not Gecko */
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */
width: 30%;
}