diff options
Diffstat (limited to 'template/messagepane.st')
| -rw-r--r-- | template/messagepane.st | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/template/messagepane.st b/template/messagepane.st index 673c2ec..d5247f0 100644 --- a/template/messagepane.st +++ b/template/messagepane.st @@ -1,13 +1,14 @@ <div id="messagePane"> <style> #chatbuttons { - position: absolute; - right: 25px; - top: 0px; + font-size: 9px; + position: fixed; + right: 5px; + bottom: 0px; } #textbutton, #imgbutton, #clearbutton { float: right; - background: #CDF8FF; + background: #fff; color: #666; z-index: 0; margin-left: 15px; @@ -16,6 +17,7 @@ #clearbutton { text-decoration: underline cursor: pointer; + display: none; } </style> <div id="chatbuttons"> |
