Merge pull request #75 from MayhemYDG/master

Little fixes
This commit is contained in:
James Campos 2011-05-08 08:45:29 -07:00
commit 50f9bc8fa8
2 changed files with 4 additions and 6 deletions

View File

@ -2340,8 +2340,7 @@
#qr > div.move > input[name=name] {\ #qr > div.move > input[name=name] {\
float: left;\ float: left;\
}\ }\
#qr_form > div {\ #qr_form {\
float: left;\
clear: both;\ clear: both;\
}\ }\
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\
@ -2363,7 +2362,7 @@
overflow: hidden;\ 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 {\
color: grey;\ color: grey;\
}\ }\
#qr input:-moz-placeholder {\ #qr input:-moz-placeholder {\

View File

@ -1844,8 +1844,7 @@ main =
#qr > div.move > input[name=name] { #qr > div.move > input[name=name] {
float: left; float: left;
} }
#qr_form > div { #qr_form {
float: left;
clear: both; clear: both;
} }
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */
@ -1867,7 +1866,7 @@ main =
overflow: hidden; 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 {
color: grey; color: grey;
} }
#qr input:-moz-placeholder { #qr input:-moz-placeholder {