Merge branch 'master' of git://github.com/aeosynth/4chan-x

This commit is contained in:
Nicolas Stepien 2011-05-08 03:08:10 +02:00
commit 15985cc44e
2 changed files with 6 additions and 10 deletions

View File

@ -2330,9 +2330,6 @@
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\
display: none;\ display: none;\
}\ }\
#qr {\
width: 302px;\
}\
#qr form, #qr #com_submit, #qr input[type="file"] {\ #qr form, #qr #com_submit, #qr input[type="file"] {\
margin: 0;\ margin: 0;\
}\ }\
@ -2343,8 +2340,9 @@
#qr *:not(input):not(textarea) {\ #qr *:not(input):not(textarea) {\
padding: 0 !important;\ padding: 0 !important;\
}\ }\
#qr.auto:not(:hover) form {\ #qr.auto:not(:hover) > form {\
display: none;\ height: 0px;\
overflow: hidden;\
}\ }\
/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */\ /* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */\
#qr input:-webkit-input-placeholder {\ #qr input:-webkit-input-placeholder {\

View File

@ -1836,9 +1836,6 @@ main =
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */
display: none; display: none;
} }
#qr {
width: 302px;
}
#qr form, #qr #com_submit, #qr input[type="file"] { #qr form, #qr #com_submit, #qr input[type="file"] {
margin: 0; margin: 0;
} }
@ -1849,8 +1846,9 @@ main =
#qr *:not(input):not(textarea) { #qr *:not(input):not(textarea) {
padding: 0 !important; padding: 0 !important;
} }
#qr.auto:not(:hover) form { #qr.auto:not(:hover) > form {
display: none; height: 0px;
overflow: hidden;
} }
/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */ /* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */
#qr input:-webkit-input-placeholder { #qr input:-webkit-input-placeholder {