From 4ad950fd3b9f60ee9fbbad9a8b56a1d50d9fc3bd Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 8 May 2011 17:08:40 +0200 Subject: [PATCH] Prevent email field from popping out, without screwing up. --- 4chan_x.js | 3 +-- script.coffee | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index 879943fc9..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 */\ diff --git a/script.coffee b/script.coffee index 3cf5c3df1..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 */