diff options
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/chat.st b/template/chat.st index 330a143..223b8ab 100755 --- a/template/chat.st +++ b/template/chat.st @@ -64,8 +64,8 @@ <hr /> </div> $if(user_nick)$ - <div id="msgInputDiv"> - <input id="msgInput" class="msgInput" type="input" /> + <div id="msgInputDiv"> + <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> <input id="msgSubmit" type="submit" value="Send Image URL" /> <input id="upload" value="Upload" type="submit"> @@ -74,7 +74,8 @@ </div> </div> </div> - </div> + + </div> <div id="footerc"> <p> $footer()$ |
