summaryrefslogtreecommitdiff
path: root/template/messagepane.st
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-09-26 20:20:46 -0700
committertim b <timb@camcompu.home>2010-09-26 20:20:46 -0700
commit26c4553a31bd94678c49749eddc89b565ecfb0eb (patch)
treee7e415edb621b2cb7f59c61de9b3002e554e36c1 /template/messagepane.st
parenta7a62ca016abca387ba9e9ffb7393aed984b2ce1 (diff)
integrated new search style, image cache, compressed sha1 code
Diffstat (limited to 'template/messagepane.st')
-rw-r--r--template/messagepane.st10
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">