diff options
| author | craftxbox <craftxbox@craftxbox.com> | 2021-02-07 20:17:41 -0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 20:17:41 -0330 |
| commit | a64a283c98263ed4da128232e986c4ddecfb6c08 (patch) | |
| tree | edd981120f8f0cf41f06396a11ef00c6cd3048fc /webAO | |
| parent | 891bca54f8ed848d180a716055c21af19046ef71 (diff) | |
move ooc input inline styling to stylesheet (part 1)
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/client.html b/webAO/client.html index 1b6b9c2..40fea69 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -506,9 +506,9 @@ <meta name="frame-title" lang="en" content="Server"> <div style="height: 100%; display: flex; flex-direction: column;"> <textarea id="client_ooclog" style="flex: 1 auto" readonly></textarea> - <span id="client_oocinput" style="display: inline-block; white-space: nowrap;"> - <input id="OOC_name" style="width: 15%;" name="OOC_name" type="text"> - <input id="client_oocinputbox" style="width: 85%;" type="text" onkeypress="onOOCEnter(event)"> + <span id="client_oocinput"> + <input id="OOC_name" name="OOC_name" type="text"> + <input id="client_oocinputbox" type="text" onkeypress="onOOCEnter(event)"> </span> <span id="client_replaycontrols" style="display: none; white-space: nowrap;"> <input id="client_replaygo" style="width: 25%;" type="button" onclick="onReplayGo(event)" value="GO"> |
