From 967c919a98606da038a2657ca454e2deab688a0d Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 5 Sep 2011 17:05:57 -0700 Subject: [PATCH] css tweak --- 4chan_x.user.js | 5 ++++- script.coffee | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index bf3323e52..1ab4b8c73 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3480,7 +3480,10 @@ float: right;\ }\ #qr .click input {\ - width: 53px;\ + width: 57px;\ + }\ + #qr .click * {\ + float: left;\ }\ #qr form {\ margin: 0;\ diff --git a/script.coffee b/script.coffee index 6e1d73cb1..130ccfbb8 100644 --- a/script.coffee +++ b/script.coffee @@ -2754,7 +2754,10 @@ main = float: right; } #qr .click input { - width: 53px; + width: 57px; + } + #qr .click * { + float: left; } #qr form { margin: 0;