xmpp: Remove unused styling in jsxc

This commit is contained in:
Sunil Mohan Adapa 2016-12-08 16:44:47 +05:30 committed by James Valleroy
parent 676b8251fd
commit 27e072f400
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -47,10 +47,6 @@
display: none;
}
#content form .alert {
display: none;
}
/* Server connection status message */
#server-flash {
margin: 0;
@ -79,46 +75,3 @@
content: "\e088";
color: red;
}
/* Colorbox popups */
#cboxOverlay {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
background-color: grey;
}
#colorbox {
border-radius: 10px;
background: white;
}
#cboxClose {
position: absolute;
top: 10px;
right: 3px;
cursor: pointer;
font-size: 0;
border: 0;
background: white;
height: 26px;
}
#cboxClose:after {
content: '\e014';
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
font-size: 14px;
background: white none repeat scroll 0% 0%;
border: 1px solid rgb(173, 173, 173);
border-radius: 4px;
padding: 4px 6px;
}
/* Don't show options to cancel, depend on close button */
#jsxc_dialog .jsxc_cancel {
display: none;
}