From 9e0bae36611da3ba3d38391cc94a4a031abce1f3 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 7 May 2011 18:24:58 -0700 Subject: [PATCH] prevent email field from popping out --- 4chan_x.js | 4 ++++ script.coffee | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/4chan_x.js b/4chan_x.js index 86df50450..141dfce1c 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2278,6 +2278,10 @@ #qr > div.move > input[name=name] {\ float: left;\ }\ + #qr_form > div {\ + float: left;\ + clear: both;\ + }\ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\ display: none;\ }\ diff --git a/script.coffee b/script.coffee index aab0c30e0..37b4290e8 100644 --- a/script.coffee +++ b/script.coffee @@ -1801,6 +1801,10 @@ main = #qr > div.move > input[name=name] { float: left; } + #qr_form > div { + float: left; + clear: both; + } #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */ display: none; }