aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-02-25 23:06:43 +0100
committerstonedDiscord <Tukz@gmx.de>2021-02-25 23:06:43 +0100
commit98c4a7c116c0d03ab330af44d426215571ed9864 (patch)
tree47148d6743f8c7cbf505d3f3f957a9ffec9a874b /webAO/client.html
parent96551a0e14984ee7d5a6131628172ac23328309a (diff)
redesign offset table so the sliders aren't offset to each other
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/webAO/client.html b/webAO/client.html
index aa33c90..c1ec2ba 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -174,14 +174,10 @@
<select name="pair_select" id="pair_select">
<option value="-1">None</option>
</select>
- <br>
- <label for="pair_offset">Horizontal offset:</label>
- <input type="range" name="pair_offset" id="pair_offset" min="-100" max="100" value="0">
- <span id="y_offset" style="display: none"></span>
- <label for="pair_y_offset">Vertical offset:</label>
- <input type="range" name="pair_y_offset" id="pair_y_offset" min="-100" max="100" value="0">
- </span>
- <br>
+ <table style="border: none;margin-left: auto;margin-right: auto;">
+ <tr ><td><p>Horizontal offset:</p></td><td><input type="range" name="pair_offset" id="pair_offset" min="-100" max="100" value="0"></td></tr>
+ <tr id="y_offset" style="display: none"><td><p >Vertical offset:</p></td><td><input type="range" name="pair_y_offset" id="pair_y_offset" min="-100" max="100" value="0"></td></tr>
+ </table>
<br>
<span id="cccc" style="display: none">
<label for="ic_chat_name">Custom Showname:</label>