Add a few layout options

This commit is contained in:
calzoneman 2013-03-31 17:30:46 -05:00
parent ddc5016497
commit 19ee0491c3
4 changed files with 83 additions and 23 deletions

View file

@ -43,7 +43,7 @@
#userlist {
overflow-y: scroll;
overflow-x: hidden;
height: 360px;
height: 347px;
float: left;
width: 150px;
border: 1px solid #aaaaaa; // [](/z13)
@ -51,7 +51,7 @@
#messagebuffer {
overflow-y: scroll;
height: 360px;
height: 347px;
border: 1px solid #aaaaaa; // AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa
border-left: 0;
}
@ -65,7 +65,8 @@
}
#chatline {
width: 456px;
/*width: 456px;*/
width: 100%;
}
.userlist_siteadmin {