Fix #188
This commit is contained in:
parent
86f0bd6193
commit
2008d6d773
@ -3763,6 +3763,7 @@ textarea.field {\
|
|||||||
}\
|
}\
|
||||||
#qr [type=submit] {\
|
#qr [type=submit] {\
|
||||||
margin: 1px 0;\
|
margin: 1px 0;\
|
||||||
|
padding: 1px; /* not Gecko */\
|
||||||
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */\
|
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */\
|
||||||
width: 30%;\
|
width: 30%;\
|
||||||
}\
|
}\
|
||||||
|
|||||||
@ -3015,6 +3015,7 @@ textarea.field {
|
|||||||
}
|
}
|
||||||
#qr [type=submit] {
|
#qr [type=submit] {
|
||||||
margin: 1px 0;
|
margin: 1px 0;
|
||||||
|
padding: 1px; /* not Gecko */
|
||||||
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */
|
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user