From 78347d214601e108ca53cb13c1f768f57f07693b Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 21 Sep 2011 20:17:40 -0700 Subject: [PATCH] better selector for chrom --- 4chan_x.user.js | 4 ++-- script.coffee | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 333e3609c..d1ebc6bb1 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3114,8 +3114,8 @@ #qr > .move {\ text-align: right;\ }\ - #qr input {\ - width: 82;\ + #qr form input {\ + width: 82px;\ }\ #qr #recaptcha_response_field {\ width: 100%;\ diff --git a/script.coffee b/script.coffee index cb023957c..1b0568fd6 100644 --- a/script.coffee +++ b/script.coffee @@ -2446,8 +2446,8 @@ Main = #qr > .move { text-align: right; } - #qr input { - width: 82; + #qr form input { + width: 82px; } #qr #recaptcha_response_field { width: 100%;