comparison public/libervia.css @ 184:97d5e9de1106

browser side: contacts panel switch: - contact panel is now on the left of main tab panel (instead of being part of the first tab) - there is a new button on the left of "Contacts" title to (un)hide the panel
author Goffi <goffi@goffi.org>
date Sun, 03 Mar 2013 03:04:04 +0100
parents 6947450a477b
children d0503f8f15ef
comparison
equal deleted inserted replaced
183:a50ce9c06e0e 184:97d5e9de1106
386 text-indent: 5px; 386 text-indent: 5px;
387 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 387 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
388 width: 200px; 388 width: 200px;
389 height: 30px; 389 height: 30px;
390 } 390 }
391
392 .contactsSwitch {
393 /* Button used to switch contacts panel */
394 background: none;
395 border: 0;
396 font-size: xx-small;
397 margin-left: -4px;
398 margin-top: 10px;
399 position: absolute;
400 z-index: 50;
401 }
402
391 .groupList { 403 .groupList {
392 width: 100%; 404 width: 100%;
393 } 405 }
394 406
395 .groupList tr:first-child td { 407 .groupList tr:first-child td {
983 995
984 .mainTabPanel .gwt-TabBar { 996 .mainTabPanel .gwt-TabBar {
985 z-index: 10; 997 z-index: 10;
986 position: fixed; 998 position: fixed;
987 bottom: 0; 999 bottom: 0;
1000 left: 0;
988 } 1001 }
989 1002
990 .gwt-TabBar .gwt-TabBarFirst { 1003 .gwt-TabBar .gwt-TabBarFirst {
991 height: 100%; 1004 height: 100%;
992 } 1005 }