Prevent email field from popping out, without screwing up.

This commit is contained in:
Nicolas Stepien 2011-05-08 17:08:40 +02:00
parent 739b7e5c66
commit 4ad950fd3b
2 changed files with 2 additions and 4 deletions

View File

@ -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 */\

View File

@ -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 */