fix autopost width on chrom

This commit is contained in:
James Campos 2011-09-25 20:07:24 -07:00
parent b8b6d7e420
commit f6d865a583
2 changed files with 6 additions and 0 deletions

View File

@ -3215,6 +3215,9 @@
#qr .autohide input {\
width: 82px;\
}\
#qr #autopost {\
width: auto;\
}\
#qr #recaptcha_response_field {\
width: 100%;\
}\

View File

@ -2468,6 +2468,9 @@ Main =
#qr .autohide input {
width: 82px;
}
#qr #autopost {
width: auto;
}
#qr #recaptcha_response_field {
width: 100%;
}