diff --git a/4chan_x.js b/4chan_x.js index 49ffeef5c..115b7acd3 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2340,8 +2340,7 @@ #qr > div.move > input[name=name] {\ float: left;\ }\ - #qr_form > div {\ - float: left;\ + #qr_form {\ clear: both;\ }\ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\ @@ -2363,7 +2362,7 @@ overflow: hidden;\ }\ /* 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;\ }\ #qr input:-moz-placeholder {\ diff --git a/script.coffee b/script.coffee index bf083257a..b3b5d8056 100644 --- a/script.coffee +++ b/script.coffee @@ -1844,8 +1844,7 @@ main = #qr > div.move > input[name=name] { float: left; } - #qr_form > div { - float: left; + #qr_form { clear: both; } #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */ @@ -1867,7 +1866,7 @@ main = overflow: hidden; } /* 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; } #qr input:-moz-placeholder {