ui tweaks

This commit is contained in:
ed 2021-05-13 17:41:14 +02:00
parent 2c0826f85a
commit 24f239a46c
2 changed files with 3 additions and 2 deletions

View file

@ -22,6 +22,7 @@
#u2err.msg { #u2err.msg {
color: #999; color: #999;
padding: .5em; padding: .5em;
font-size: .9em;
} }
#u2btn { #u2btn {
color: #eee; color: #eee;

View file

@ -36,7 +36,7 @@
<table id="u2conf"> <table id="u2conf">
<tr> <tr>
<td>parallel uploads:</td> <td><br />parallel uploads:</td>
<td rowspan="2"> <td rowspan="2">
<input type="checkbox" id="multitask" /> <input type="checkbox" id="multitask" />
<label for="multitask" alt="continue hashing other files while uploading">🏃</label> <label for="multitask" alt="continue hashing other files while uploading">🏃</label>
@ -61,7 +61,7 @@
<td> <td>
<a href="#" id="nthread_sub">&ndash;</a><input <a href="#" id="nthread_sub">&ndash;</a><input
class="txtbox" id="nthread" value="2"/><a class="txtbox" id="nthread" value="2"/><a
href="#" id="nthread_add">+</a> href="#" id="nthread_add">+</a><br />&nbsp;
</td> </td>
</tr> </tr>
</table> </table>