mheh I suck at css 0ip would do a way better job of this

pull/2467/head
John McLear 2015-01-19 02:13:34 +00:00
parent 63c65f784b
commit 13eff60dfe
1 changed files with 16 additions and 3 deletions

View File

@ -918,11 +918,24 @@ input[type=checkbox] {
display:block !important; display:block !important;
right:0px !important; right:0px !important;
border-radius:0px !important; border-radius:0px !important;
height:185px !important; height:200px !important;
width:180px !important; width:182px !important;
margin:2px 0 0 0 !important;
border: none !important;
border-bottom: 1px solid #ccc !important;
}
.chatAndUsersChat > div > #titlecross{
display:none;
} }
.chatAndUsersChat{ .chatAndUsersChat{
top:300px !important; bottom:0px !important;
padding:0 !important;
margin:0 !important;
right:0 !important;
top: 315px !important;
width:182px !important;
border: none !important;
padding:5px !important;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {