mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
xmpp: Remove unused styling in jsxc
This commit is contained in:
parent
676b8251fd
commit
27e072f400
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user