From 579b425cae7a657964f337438be4ffe9719b1e5e Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 27 Sep 2011 03:04:46 +0200 Subject: [PATCH] Don't make checkboxes XBOX HUGE, learn to selector. --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 3b33e9ee1..4374cb9b7 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3345,7 +3345,7 @@ #qr > .move {\ text-align: right;\ }\ - #qr .autohide input {\ + #qr .autohide > input {\ width: 90px;\ }\ #qr #autopost {\ diff --git a/script.coffee b/script.coffee index 373f21b61..c4ffcbdeb 100644 --- a/script.coffee +++ b/script.coffee @@ -2544,7 +2544,7 @@ Main = #qr > .move { text-align: right; } - #qr .autohide input { + #qr .autohide > input { width: 90px; } #qr #autopost {