From a8dcc8b3ce76916d3299956b64aa765cb8321482 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 7 Nov 2013 13:33:42 +0100 Subject: webchat: better css --- webchat/public/reset.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'webchat') 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{ } -- cgit v1.2.3