diff --git a/4chan_x.js b/4chan_x.js index 7e838903e..988c0ab97 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2518,17 +2518,11 @@ #qr_form {\ clear: both;\ }\ - #qr form, #qr #com_submit, #qr input[type="file"] {\ - margin: 0px;\ - }\ #qr textarea {\ width: 302px;\ height: 120px;\ margin: 0px;\ }\ - #qr *:not(input):not(textarea) {\ - padding: 0px !important;\ - }\ #qr.auto:not(:hover) > form {\ height: 0px;\ overflow: hidden;\ @@ -2543,6 +2537,7 @@ /* qr reCAPTCHA */\ #qr img {\ border: 1px solid #AAA;\ + margin: 0px;\ }\ \ #updater {\ diff --git a/script.coffee b/script.coffee index 95ae6715a..a98118615 100644 --- a/script.coffee +++ b/script.coffee @@ -1984,17 +1984,11 @@ main = #qr_form { clear: both; } - #qr form, #qr #com_submit, #qr input[type="file"] { - margin: 0px; - } #qr textarea { width: 302px; height: 120px; margin: 0px; } - #qr *:not(input):not(textarea) { - padding: 0px !important; - } #qr.auto:not(:hover) > form { height: 0px; overflow: hidden; @@ -2009,6 +2003,7 @@ main = /* qr reCAPTCHA */ #qr img { border: 1px solid #AAA; + margin: 0px; } #updater {