prevent email field from popping out
This commit is contained in:
parent
a518cef342
commit
9e0bae3661
@ -2278,6 +2278,10 @@
|
||||
#qr > div.move > input[name=name] {\
|
||||
float: left;\
|
||||
}\
|
||||
#qr_form > div {\
|
||||
float: left;\
|
||||
clear: both;\
|
||||
}\
|
||||
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\
|
||||
display: none;\
|
||||
}\
|
||||
|
||||
@ -1801,6 +1801,10 @@ main =
|
||||
#qr > div.move > input[name=name] {
|
||||
float: left;
|
||||
}
|
||||
#qr_form > div {
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user