From 242ec22e89ccb598b4cf08e542ae9a49b8db70de Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 5 Sep 2011 15:55:04 -0700 Subject: [PATCH] unsexy --- 4chan_x.user.js | 11 ++--------- script.coffee | 17 +++++------------ 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 8230a1b2a..ff3e7f8ce 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1424,7 +1424,7 @@ QR.qr = qr = ui.dialog('qr', { top: '0', left: '0' - }, " X
Subject Name Email Password
120 Captchas
" + QR.spoiler + "
Derp "); + }, "
X
120 Captchas
" + QR.spoiler + "
Derp "); 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]) : ''; @@ -3481,14 +3481,7 @@ float: right;\ }\ #qr .click input {\ - width: 60px;\ - display: none;\ - }\ - #qr .click span:hover input, #qr .click input:focus {\ - display: inline;\ - }\ - #qr .click span:hover span, #qr .click input:focus + span {\ - display: none;\ + width: 53px;\ }\ #qr form {\ margin: 0;\ diff --git a/script.coffee b/script.coffee index b0551be8b..712d5f190 100644 --- a/script.coffee +++ b/script.coffee @@ -1075,10 +1075,10 @@ QR =
- Subject - Name - Email - Password + + + +
@@ -2756,14 +2756,7 @@ main = float: right; } #qr .click input { - width: 60px; - display: none; - } - #qr .click span:hover input, #qr .click input:focus { - display: inline; - } - #qr .click span:hover span, #qr .click input:focus + span { - display: none; + width: 53px; } #qr form { margin: 0;