prevent email field from popping out

This commit is contained in:
James Campos 2011-05-07 18:24:58 -07:00
parent a518cef342
commit 9e0bae3661
2 changed files with 8 additions and 0 deletions

View File

@ -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;\
}\

View File

@ -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;
}