add 'px' to css

This commit is contained in:
James Campos 2011-05-15 09:51:39 -07:00
parent cc4155f578
commit 5cd8be9f1a
2 changed files with 10 additions and 10 deletions

View File

@ -2497,7 +2497,7 @@
display: none;\ display: none;\
}\ }\
#qr form, #qr #com_submit, #qr input[type="file"] {\ #qr form, #qr #com_submit, #qr input[type="file"] {\
margin: 0;\ margin: 0px;\
}\ }\
#qr textarea {\ #qr textarea {\
width: 302px;\ width: 302px;\
@ -2505,7 +2505,7 @@
margin: 0px;\ margin: 0px;\
}\ }\
#qr *:not(input):not(textarea) {\ #qr *:not(input):not(textarea) {\
padding: 0 !important;\ padding: 0px !important;\
}\ }\
#qr.auto:not(:hover) > form {\ #qr.auto:not(:hover) > form {\
height: 0px;\ height: 0px;\
@ -2531,9 +2531,9 @@
border: 1px solid #AAA !important;\ border: 1px solid #AAA !important;\
}\ }\
#qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {\ #qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {\
height: 0;\ height: 0px;\
width: 0;\ width: 0px;\
padding: 19px 12px 0 0 !important;\ padding: 19px 12px 0px 0px !important;\
margin-left: -16px;\ margin-left: -16px;\
position: relative;\ position: relative;\
}\ }\

View File

@ -1958,7 +1958,7 @@ main =
display: none; display: none;
} }
#qr form, #qr #com_submit, #qr input[type="file"] { #qr form, #qr #com_submit, #qr input[type="file"] {
margin: 0; margin: 0px;
} }
#qr textarea { #qr textarea {
width: 302px; width: 302px;
@ -1966,7 +1966,7 @@ main =
margin: 0px; margin: 0px;
} }
#qr *:not(input):not(textarea) { #qr *:not(input):not(textarea) {
padding: 0 !important; padding: 0px !important;
} }
#qr.auto:not(:hover) > form { #qr.auto:not(:hover) > form {
height: 0px; height: 0px;
@ -1992,9 +1992,9 @@ main =
border: 1px solid #AAA !important; border: 1px solid #AAA !important;
} }
#qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis { #qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {
height: 0; height: 0px;
width: 0; width: 0px;
padding: 19px 12px 0 0 !important; padding: 19px 12px 0px 0px !important;
margin-left: -16px; margin-left: -16px;
position: relative; position: relative;
} }