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 = -