mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
ui tweaks
This commit is contained in:
parent
2c0826f85a
commit
24f239a46c
|
@ -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;
|
||||||
|
|
|
@ -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">–</a><input
|
<a href="#" id="nthread_sub">–</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 />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue