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%;\
|
||||
}\
|
||||
#qr [type=file] {\
|
||||
margin: 1px 0;\
|
||||
width: 70%;\
|
||||
}\
|
||||
#qr [type=submit] {\
|
||||
margin: 1px 0;\
|
||||
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */\
|
||||
width: 30%;\
|
||||
}\
|
||||
|
||||
@ -2925,9 +2925,11 @@ textarea.field {
|
||||
width: 100%;
|
||||
}
|
||||
#qr [type=file] {
|
||||
margin: 1px 0;
|
||||
width: 70%;
|
||||
}
|
||||
#qr [type=submit] {
|
||||
margin: 1px 0;
|
||||
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user