background-color: #FFF;
color: #0000 ;
font-weight: normal;
- max-height: 250px;
+ max-height: 400px;
overflow-y: auto;
}
#chatwindow {
min-height: 10em;
- max-height: 35em;
+ max-height: 34em;
border-bottom: 1px solid;
padding: 0.8em;
overflow: auto;
background-color: white;
font-size: 0.8125em;
- -moz-border-radius: 8px 0px 8px 8px;
- -webkit-border-radius: 8px 0px 8px 8px;
- border-radius: 8px 0px 8px 8px;
+ -moz-border-radius: 8px 0px 8px 8px;
+ -webkit-border-radius: 8px 0px 8px 8px;
+ border-radius: 8px 0px 8px 8px;
}
.msg {