Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/public/libervia.css Sun Mar 03 00:24:08 2013 +0100 +++ b/public/libervia.css Sun Mar 03 03:04:04 2013 +0100 @@ -388,6 +388,18 @@ width: 200px; height: 30px; } + +.contactsSwitch { + /* Button used to switch contacts panel */ + background: none; + border: 0; + font-size: xx-small; + margin-left: -4px; + margin-top: 10px; + position: absolute; + z-index: 50; +} + .groupList { width: 100%; } @@ -985,6 +997,7 @@ z-index: 10; position: fixed; bottom: 0; + left: 0; } .gwt-TabBar .gwt-TabBarFirst {