chat area style fix

This commit is contained in:
Rodolphe Breard 2013-01-24 17:34:51 +01:00
parent 5e135313a3
commit a1d755b26f

View file

@ -189,7 +189,7 @@ body {
height: 268px; height: 268px;
overflow-y: scroll; overflow-y: scroll;
font-family: monospace; font-family: monospace;
background-color: #f3f3f3; background-color: #e4e4e4;
} }
.chat-message { .chat-message {
@ -234,6 +234,7 @@ body {
width: 100%; width: 100%;
height: 20px; height: 20px;
margin: 5px 0 0 0; margin: 5px 0 0 0;
background-color: #e4e4e4;
} }
.chat-input:focus { .chat-input:focus {