Prevent email field from popping out, without screwing up.
This commit is contained in:
parent
739b7e5c66
commit
4ad950fd3b
@ -2340,8 +2340,7 @@
|
||||
#qr > div.move > input[name=name] {\
|
||||
float: left;\
|
||||
}\
|
||||
#qr_form > div {\
|
||||
float: left;\
|
||||
#qr_form {\
|
||||
clear: both;\
|
||||
}\
|
||||
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\
|
||||
|
||||
@ -1844,8 +1844,7 @@ main =
|
||||
#qr > div.move > input[name=name] {
|
||||
float: left;
|
||||
}
|
||||
#qr_form > div {
|
||||
float: left;
|
||||
#qr_form {
|
||||
clear: both;
|
||||
}
|
||||
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user