diff options
| author | sD <stoned@derpymail.org> | 2020-02-11 18:05:10 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-11 18:05:10 +0100 |
| commit | 2bab2d9acd91218537283bf7ccfc5e933b6cd13e (patch) | |
| tree | 04bcce93f0af008045179f3e0aa36a2afb7c375c /webAO/client.html | |
| parent | 222c2bc1188aae4fa23d0ff8da738198fc862a9c (diff) | |
give buttons the shape they have
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/client.html b/webAO/client.html index 3d725f2..1eeec51 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -70,9 +70,9 @@ <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx"> <br> <br> - <button id="button_flip" alt="Flip" class="client_button" onclick="toggleFlip()"><b>Flip</b></button> - <button id="button_effect_1" alt="Flash" class="client_button" onclick="toggleEffect(1)"><b>Flash</b></button> - <button id="button_effect_2" alt="Shake" class="client_button" onclick="toggleEffect(2)"><b>Shake</b></button> + <button id="button_flip" alt="Flip" class="client_button" onclick="toggleFlip()">Flip</button> + <button id="button_effect_1" alt="Flash" class="client_button" onclick="toggleEffect(1)">Flash</button> + <button id="button_effect_2" alt="Shake" class="client_button" onclick="toggleEffect(2)">Shake</button> </div> <fieldset style="margin:10px;"> <legend>Actions</legend> @@ -216,7 +216,7 @@ <div id="evidences"></div> <br> <button id="button_present" alt="Present" class="client_button" - onclick="togglePresent()"><i>Present</i></button> + onclick="togglePresent()" style="letter-spacing: 3px; width: 8em;"><i>Present</i></button> </span> <!-- Settings section --> |
