diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-06 10:28:27 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-06 10:28:27 -0500 |
| commit | b0151ef773ca09692f3b672bc756f79e2307cb12 (patch) | |
| tree | 1d3d32e964fd5de8d76da6aad45afe2bfe3c8390 /template/chat.st | |
| parent | 99cceb4ee2c665288a8db5e431cd3a672ddf1567 (diff) | |
timb adding ryder's changes...
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()$ |
