From 7b5d5b04cc718ff7e5db97dfe1a41b5eb78de524 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 5 May 2011 00:56:17 +0200 Subject: [PATCH] Flushy flushy --- 4chan_x.js | 5 ++++- script.coffee | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index 5ae82e68a..761528791 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2307,6 +2307,9 @@ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\ display: none;\ }\ + #qr form {\ + width: 302px;\ + }\ #qr form, #qr #com_submit, #qr input[type="file"] {\ margin: 0;\ }\ @@ -2340,7 +2343,7 @@ #qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {\ height: 0;\ width: 0;\ - padding: 9px 6px !important;\ + padding: 10px 6px !important;\ margin-left: -16px;\ position: relative;\ }\ diff --git a/script.coffee b/script.coffee index a2857e6be..ead516f75 100644 --- a/script.coffee +++ b/script.coffee @@ -1821,6 +1821,9 @@ main = #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */ display: none; } + #qr form { + width: 302px; + } #qr form, #qr #com_submit, #qr input[type="file"] { margin: 0; } @@ -1854,7 +1857,7 @@ main = #qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis { height: 0; width: 0; - padding: 9px 6px !important; + padding: 10px 6px !important; margin-left: -16px; position: relative; }