.ow_chat_list ul {
list-style: none;
margin: 0;
padding: 2px 0;
background: white;
overflow-y: scroll;
height: 300px;
width: 250px;
}
any more css changes for the new im leave it here I would love to change some things
.ow_chat_list ul {
list-style: none;
margin: 0;
padding: 2px 0;
background: white;
overflow-y: scroll;
height: 300px;
width: 250px;
}
any more css changes for the new im leave it here I would love to change some things
Where do you put these 2 code in the css?
.ow_chat_list ul {
list-style: none;
margin: 0;
padding: 2px 0;
background: white;
overflow-y: scroll;
height: 300px;
width: 250px;
}
span.ow_chat_item_author,
span.ow_chat_item_text {
width:105px;
float:left;
color:#444;
padding:8px 0 0;
margin:0;
}