From 27e072f40013c16edaeaab420d66276bb637aedc Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 8 Dec 2016 16:44:47 +0530 Subject: [PATCH] xmpp: Remove unused styling in jsxc --- plinth/modules/xmpp/static/jsxc-plinth.css | 47 ---------------------- 1 file changed, 47 deletions(-) diff --git a/plinth/modules/xmpp/static/jsxc-plinth.css b/plinth/modules/xmpp/static/jsxc-plinth.css index 15d16d376..d803b8db8 100644 --- a/plinth/modules/xmpp/static/jsxc-plinth.css +++ b/plinth/modules/xmpp/static/jsxc-plinth.css @@ -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; -}