Change the tab order for the QR submit button.
comment -> [captcha] -> submit -> file -> [spoiler] -> rm file
This commit is contained in:
parent
a1817f0966
commit
56a93212d2
@ -748,6 +748,10 @@ a[href="javascript:;"] {
|
|||||||
#file-n-submit > #qr-file-spoiler {
|
#file-n-submit > #qr-file-spoiler {
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
#file-n-submit input[type='submit'] {
|
||||||
|
-webkit-order: 1;
|
||||||
|
order: 1;
|
||||||
|
}
|
||||||
#qr input[type='file'] {
|
#qr input[type='file'] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|||||||
@ -700,14 +700,14 @@ QR =
|
|||||||
<span id=char-count></span>
|
<span id=char-count></span>
|
||||||
</div>
|
</div>
|
||||||
<div id=file-n-submit>
|
<div id=file-n-submit>
|
||||||
|
<input type=submit>
|
||||||
<input id=qr-file-button type=button value='Choose files'>
|
<input id=qr-file-button type=button value='Choose files'>
|
||||||
<span id=qr-filename-container>
|
<span id=qr-filename-container>
|
||||||
<span id=qr-no-file>No selected file</span>
|
<span id=qr-no-file>No selected file</span>
|
||||||
<span id=qr-filename></span>
|
<span id=qr-filename></span>
|
||||||
</span>
|
</span>
|
||||||
<a id=qr-filerm href=javascript:; title='Remove file' tabindex=-1>×</a>
|
<a id=qr-filerm href=javascript:; title='Remove file'>×</a>
|
||||||
<input type=checkbox id=qr-file-spoiler title='Spoiler image' tabindex=-1>
|
<input type=checkbox id=qr-file-spoiler title='Spoiler image'>
|
||||||
<input type=submit>
|
|
||||||
</div>
|
</div>
|
||||||
<input type=file multiple>
|
<input type=file multiple>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user