From 879b13477f89239b6b4a633348e6e6eb4c49384a Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 5 Sep 2011 20:41:55 -0700 Subject: [PATCH] hidden password, img x styling --- 4chan_x.user.js | 10 ++++++++-- script.coffee | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 5d21e061f..1b999f6fd 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1420,7 +1420,7 @@ QR.qr = qr = ui.dialog('qr', { top: '0', left: '0' - }, " X
120 Captchas
" + (g.REPLY ? "" : '') + " " + QR.spoiler + "
"); + }, "
X
120 Captchas
" + (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]) : ''; @@ -3499,7 +3499,7 @@ float: right;\ }\ #qr .click input {\ - width: 57px;\ + width: 73px;\ }\ #qr .click * {\ float: left;\ @@ -3519,6 +3519,12 @@ #qr #captcha {\ position: relative;\ }\ + #qr #files a {\ + position: absolute;\ + left: 0;\ + font-size: 50px;\ + color: red;\ + }\ #qr #cl {\ right: 0;\ padding: 2px;\ diff --git a/script.coffee b/script.coffee index e93a81441..24b40f79b 100644 --- a/script.coffee +++ b/script.coffee @@ -1077,13 +1077,13 @@ QR = -