Add button to show/hide userlist

This commit is contained in:
calzoneman 2013-06-06 13:53:10 -04:00
parent 685358b0d8
commit 2c069c26b3
3 changed files with 26 additions and 2 deletions

View file

@ -77,12 +77,21 @@ html, body {
margin-bottom: 0;
}
#usercount, #currenttitle {
#usercountcontainer, #currenttitle {
border: 1px solid #aaaaaa;
border-bottom: none;
margin: 0;
}
#usercount {
margin: 0;
}
#ulistchevron {
cursor: pointer;
float: left;
}
#plmeta {
border: 1px solid #aaaaaa;
background-color: #ffffff;