Mercurial > libervia-web
diff src/browser/public/libervia.css @ 656:4dbd99de3aaa frontends_multi_profiles
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 27 Feb 2015 13:00:04 +0100 |
parents | 40c72f3b7638 |
children | 267761bf7f08 |
line wrap: on
line diff
--- a/src/browser/public/libervia.css Fri Feb 27 02:41:11 2015 +0100 +++ b/src/browser/public/libervia.css Fri Feb 27 13:00:04 2015 +0100 @@ -1155,6 +1155,21 @@ z-index: 10; } +.mainPanel .gwt-TabBar-oneTab { + position: fixed; + left: 0px; + bottom: 0px; + border: none; +} + +.mainPanel .gwt-TabBar-oneTab .gwt-TabBarItem-wrapper { + display: none; +} + +.mainPanel .gwt-TabBar-oneTab .gwt-TabBarItem-wrapper:nth-child(3) { + display: block; +} + .liberviaTabPanel { width: 100%; height: 100%;