diff options
author | lassulus <lassulus@googlemail.com> | 2013-11-07 13:33:42 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-11-07 13:33:42 +0100 |
commit | a8dcc8b3ce76916d3299956b64aa765cb8321482 (patch) | |
tree | 23c2eb0674a5789dfda43287cb0270043a1e3792 /webchat/public | |
parent | 7d45af90928ef9b1b4f6f7e316eb73f9a5ae0094 (diff) |
webchat: better css
Diffstat (limited to 'webchat/public')
-rw-r--r-- | webchat/public/reset.css | 13 |
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{ } |