comparison 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
comparison
equal deleted inserted replaced
695:e86490a7c76e 696:c2f22ca12e23
598 border-radius: 0px 0px 10px 10px; 598 border-radius: 0px 0px 10px 10px;
599 height: 28px; 599 height: 28px;
600 margin: 0px; 600 margin: 0px;
601 } 601 }
602 602
603 /* UniBox & Status */
604
605 .uniBoxPanel {
606 margin: 15px 22px 0 22px;
607 }
608
609 .uniBox {
610 width: 100%;
611 height: 45px;
612 padding: 5px;
613 border: 1px solid #bbb;
614 color: #444;
615 background: #fff url('media/libervia/unibox_2.png') top right no-repeat;
616 -webkit-box-shadow:inset 0 0 10px #ddd;
617 box-shadow:inset 0 0 10px #ddd;
618 }
619
620 .uniBoxButton {
621 width:30px;
622 height:45px;
623 }
624
625 .presenceStatusPanel { 603 .presenceStatusPanel {
626 margin: auto; 604 margin: auto;
627 text-align: center; 605 text-align: center;
628 padding: 5px 0px; 606 padding: 5px 0px;
629 text-shadow: 0 -1px 1px rgba(255,255,255,0.25); 607 text-shadow: 0 -1px 1px rgba(255,255,255,0.25);
1257 1235
1258 1236
1259 /* Misc */ 1237 /* Misc */
1260 1238
1261 .selected_widget .widgetHeader { 1239 .selected_widget .widgetHeader {
1262 /* this property is set when a widget is the current target of the uniBox
1263 * (messages entered in unibox will be sent to this widget)
1264 */
1265 background-color: #cf2828; 1240 background-color: #cf2828;
1266 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); 1241 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a));
1267 background: -webkit-linear-gradient(top, #cf2828, #981a1a); 1242 background: -webkit-linear-gradient(top, #cf2828, #981a1a);
1268 background: linear-gradient(to bottom, #cf2828, #981a1a); 1243 background: linear-gradient(to bottom, #cf2828, #981a1a);
1269 } 1244 }