summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webchat/public/reset.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/webchat/public/reset.css b/webchat/public/reset.css
index 931ab453..3f9ecbb9 100644
--- a/webchat/public/reset.css
+++ b/webchat/public/reset.css
@@ -48,16 +48,13 @@ q:before, q:after {
#chatbox {
border-collapse: collapse;
border-spacing: 0;
- background-color: black;
color: white;
- border: 5px solid black;
width: 100%;
- height:100%;
- opacity: 0.8;
+ vertical-align: bottom;
}
#input{
width: 100%;
- background-color: black;
+ background-color: #555555;
border: 1px solid black;
color: white;
}
@@ -81,6 +78,12 @@ q:before, q:after {
}
#chatter {
width: 75%;
+ height: 100%;
+ background-color: black;
+ opacity: 0.8;
+ overflow: auto;
+ overflow-x: hidden;
+ vertical-align: bottom;
}
.chat_date,.chat_from,.chat_msg{
}