1337 (55
This commit is contained in:
parent
13f23ef855
commit
649ed38d03
@ -1378,7 +1378,7 @@
|
|||||||
QR.qr = qr = ui.dialog('qr', {
|
QR.qr = qr = ui.dialog('qr', {
|
||||||
top: '0',
|
top: '0',
|
||||||
left: '0'
|
left: '0'
|
||||||
}, " <a class=close>X</a> <input type=checkbox id=autohide title=autohide> <div class=move> <button>File</button> <a>Subject</a> <a>Name</a> <a>Email</a> </div> <div class=autohide> <textarea></textarea> <div><img></div> <div id=captcha> <span id=cl>120 Captchas</span> <input id=recaptcha_response_field> </div> <div> <button>Submit</button> <input type=checkbox id=autopost title=autopost> <span class=error>Derp</span> </div> </div> ", {
|
}, " <a class=close>X</a> <input type=checkbox id=autohide title=autohide> <div class=move> <button>File</button> <span class=input><input name=sub placeholder=Subject><span>Subject</span></span> <span class=input><input name=name placeholder=Name><span>Name</span></span> <span class=input><input name=email placeholder=Email><span>Email</span></span> </div> <div class=autohide> <textarea></textarea> <div><img></div> <div id=captcha> <span id=cl>120 Captchas</span> <input id=recaptcha_response_field> </div> <div> <button>Submit</button> <input type=checkbox id=autopost title=autopost> <span class=error>Derp</span> </div> </div> ", {
|
||||||
/*
|
/*
|
||||||
"
|
"
|
||||||
<a class=close title=close>X</a><input type=checkbox id=autohide title=autohide>
|
<a class=close title=close>X</a><input type=checkbox id=autohide title=autohide>
|
||||||
@ -3454,6 +3454,15 @@
|
|||||||
#qr #autohide, #qr .close {\
|
#qr #autohide, #qr .close {\
|
||||||
float: right;\
|
float: right;\
|
||||||
}\
|
}\
|
||||||
|
#qr .input input {\
|
||||||
|
width: 60px;\
|
||||||
|
}\
|
||||||
|
#qr .input:not(:hover) input:not(:focus) {\
|
||||||
|
display: none;\
|
||||||
|
}\
|
||||||
|
#qr .input:hover span, #qr .input input:focus + span {\
|
||||||
|
display: none;\
|
||||||
|
}\
|
||||||
#qr:not(:hover) #autohide:checked ~ .autohide {\
|
#qr:not(:hover) #autohide:checked ~ .autohide {\
|
||||||
height: 0;\
|
height: 0;\
|
||||||
overflow: hidden;\
|
overflow: hidden;\
|
||||||
|
|||||||
@ -1072,9 +1072,9 @@ QR =
|
|||||||
<input type=checkbox id=autohide title=autohide>
|
<input type=checkbox id=autohide title=autohide>
|
||||||
<div class=move>
|
<div class=move>
|
||||||
<button>File</button>
|
<button>File</button>
|
||||||
<a>Subject</a>
|
<span class=input><input name=sub placeholder=Subject><span>Subject</span></span>
|
||||||
<a>Name</a>
|
<span class=input><input name=name placeholder=Name><span>Name</span></span>
|
||||||
<a>Email</a>
|
<span class=input><input name=email placeholder=Email><span>Email</span></span>
|
||||||
</div>
|
</div>
|
||||||
<div class=autohide>
|
<div class=autohide>
|
||||||
<textarea></textarea>
|
<textarea></textarea>
|
||||||
@ -1091,6 +1091,21 @@ QR =
|
|||||||
</div>
|
</div>
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
"
|
"
|
||||||
<a class=close title=close>X</a><input type=checkbox id=autohide title=autohide>
|
<a class=close title=close>X</a><input type=checkbox id=autohide title=autohide>
|
||||||
@ -2764,6 +2779,15 @@ main =
|
|||||||
#qr #autohide, #qr .close {
|
#qr #autohide, #qr .close {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
#qr .input input {
|
||||||
|
width: 60px;
|
||||||
|
}
|
||||||
|
#qr .input:not(:hover) input:not(:focus) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#qr .input:hover span, #qr .input input:focus + span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#qr:not(:hover) #autohide:checked ~ .autohide {
|
#qr:not(:hover) #autohide:checked ~ .autohide {
|
||||||
height: 0;
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user