From 797544669e9f98d4afe3656342fde550925d69a8 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 26 Sep 2011 16:33:36 -0700 Subject: [PATCH] camera icon, thx @seaweedchan --- 4chan_x.user.js | 6 +++--- script.coffee | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index f3e96f611..b16015835 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1457,7 +1457,7 @@ text = ''; } tid || (tid = g.THREAD_ID || ''); - QR.qr = qr = ui.dialog('qr', 'top: 0; right: 0;', " X
File
" + (g.REPLY ? "" : '') + " " + QR.spoiler + "
"); + QR.qr = qr = ui.dialog('qr', 'top: 0; right: 0;', " X
" + (g.REPLY ? "" : '') + " " + QR.spoiler + "
"); c = d.cookie; $('[name=name]', qr).value = (m = c.match(/4chan_name=([^;]+)/)) ? decodeURIComponent(m[1]) : ''; $('[name=email]', qr).value = (m = c.match(/4chan_email=([^;]+)/)) ? decodeURIComponent(m[1]) : ''; @@ -3286,10 +3286,10 @@ }\ #qr .wat {\ display: inline-block;\ - width: 30px;\ + width: 16px;\ overflow: hidden;\ - background: #FFF;\ position: relative;\ + vertical-align: text-top;\ }\ #qr .wat input {\ opacity: 0;\ diff --git a/script.coffee b/script.coffee index 4b8c9da6e..b481fb0b4 100644 --- a/script.coffee +++ b/script.coffee @@ -1074,7 +1074,7 @@ QR =
- File + @@ -2541,10 +2541,10 @@ Main = } #qr .wat { display: inline-block; - width: 30px; + width: 16px; overflow: hidden; - background: #FFF; position: relative; + vertical-align: text-top; } #qr .wat input { opacity: 0;