semi working example

This commit is contained in:
John McLear 2015-01-19 01:45:49 +00:00
parent 73d6030762
commit 63c65f784b
5 changed files with 45 additions and 0 deletions

View file

@ -914,6 +914,17 @@ input[type=checkbox] {
border-left: 1px solid #ccc !important;
width: 185px !important;
}
.chatAndUsers{
display:block !important;
right:0px !important;
border-radius:0px !important;
height:185px !important;
width:180px !important;
}
.chatAndUsersChat{
top:300px !important;
}
@media screen and (max-width: 600px) {
.toolbar ul li.separator {
display: none;