change styles

This commit is contained in:
cuom1999 2020-03-16 01:56:55 -06:00
parent f424e609bc
commit 0ff312e3ba
10 changed files with 228 additions and 21 deletions

View file

@ -34,7 +34,9 @@
{% endblock js_media %}
{% block body %}
<textarea id="chat-log" cols="100" rows="20"></textarea><br/>
<input id="chat-message-input" type="text" size="100"/><br/>
<button id="chat-message-submit"> Send </button>
<div>
<textarea disabled id="chat-log" rows="20" style="width: 100%"></textarea><br/>
<input id="chat-message-input" type="text" style="width: 100%"/><br/>
</div>
<button id="chat-message-submit" style="margin-top: 1em"> Send </button>
{% endblock body %}