diff src/browser/public/libervia.css @ 696:c2f22ca12e23

browser and server side: remove unibox
author souliane <souliane@mailoo.org>
date Mon, 20 Apr 2015 08:51:25 +0200
parents 9877607c719a
children 273b39f04d8e
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Sun Apr 19 13:10:41 2015 +0200
+++ b/src/browser/public/libervia.css	Mon Apr 20 08:51:25 2015 +0200
@@ -600,28 +600,6 @@
     margin: 0px;
 }
 
-/* UniBox & Status */
-
-.uniBoxPanel {
-    margin: 15px 22px 0 22px;
-}
-
-.uniBox {
-    width: 100%;
-    height: 45px;
-    padding: 5px;
-    border: 1px solid #bbb;
-    color: #444;
-    background: #fff url('media/libervia/unibox_2.png') top right no-repeat;    
-    -webkit-box-shadow:inset 0 0 10px #ddd;    
-    box-shadow:inset 0 0 10px #ddd;
-}
-
-.uniBoxButton {
-    width:30px;
-    height:45px;
-}
-
 .presenceStatusPanel {
     margin: auto;
     text-align: center;
@@ -1259,9 +1237,6 @@
 /* Misc */
 
 .selected_widget .widgetHeader  {
-    /* this property is set when a widget is the current target of the uniBox
-     * (messages entered in unibox will be sent to this widget)
-     */
     background-color: #cf2828;
     background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a));
     background: -webkit-linear-gradient(top, #cf2828, #981a1a);