Decrease vertical margin for file and submit inputs.
This commit is contained in:
parent
0b86c4a1e8
commit
603d2d8611
@ -3671,9 +3671,11 @@ textarea.field {\
|
|||||||
width: 100%;\
|
width: 100%;\
|
||||||
}\
|
}\
|
||||||
#qr [type=file] {\
|
#qr [type=file] {\
|
||||||
|
margin: 1px 0;\
|
||||||
width: 70%;\
|
width: 70%;\
|
||||||
}\
|
}\
|
||||||
#qr [type=submit] {\
|
#qr [type=submit] {\
|
||||||
|
margin: 1px 0;\
|
||||||
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%;\
|
||||||
}\
|
}\
|
||||||
|
|||||||
@ -2925,9 +2925,11 @@ textarea.field {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#qr [type=file] {
|
#qr [type=file] {
|
||||||
|
margin: 1px 0;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
#qr [type=submit] {
|
#qr [type=submit] {
|
||||||
|
margin: 1px 0;
|
||||||
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