diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 1b6482065..0ecf91f05 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -918,11 +918,24 @@ input[type=checkbox] { display:block !important; right:0px !important; border-radius:0px !important; - height:185px !important; - width:180px !important; + height:200px !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{ - 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) {