avoid stretching chat messages if there are too few for the available space

This commit is contained in:
Stefan Breunig
2013-02-16 11:46:43 +01:00
parent 70ff64fd1c
commit e242ca6ef0
2 changed files with 6 additions and 3 deletions

View File

@ -196,12 +196,15 @@ em {
#chat table, #chatinput table {
width: 100%;
height: 100%;
table-layout: fixed;
border-spacing: 0m;
border-collapse: collapse;
}
#chatinput table {
height: 100%;
}
#chat td, #chatinput td {
font-family: Verdana, sans-serif;
font-size: 12.6px;