better selector for chrom

This commit is contained in:
James Campos 2011-09-21 20:17:40 -07:00
parent a095bb3774
commit 78347d2146
2 changed files with 4 additions and 4 deletions

View File

@ -3114,8 +3114,8 @@
#qr > .move {\ #qr > .move {\
text-align: right;\ text-align: right;\
}\ }\
#qr input {\ #qr form input {\
width: 82;\ width: 82px;\
}\ }\
#qr #recaptcha_response_field {\ #qr #recaptcha_response_field {\
width: 100%;\ width: 100%;\

View File

@ -2446,8 +2446,8 @@ Main =
#qr > .move { #qr > .move {
text-align: right; text-align: right;
} }
#qr input { #qr form input {
width: 82; width: 82px;
} }
#qr #recaptcha_response_field { #qr #recaptcha_response_field {
width: 100%; width: 100%;