Mercurial > libervia-web
comparison 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 |
comparison
equal
deleted
inserted
replaced
655:048401e5c506 | 656:4dbd99de3aaa |
---|---|
1153 | 1153 |
1154 .mainPanel .gwt-TabBar { | 1154 .mainPanel .gwt-TabBar { |
1155 z-index: 10; | 1155 z-index: 10; |
1156 } | 1156 } |
1157 | 1157 |
1158 .mainPanel .gwt-TabBar-oneTab { | |
1159 position: fixed; | |
1160 left: 0px; | |
1161 bottom: 0px; | |
1162 border: none; | |
1163 } | |
1164 | |
1165 .mainPanel .gwt-TabBar-oneTab .gwt-TabBarItem-wrapper { | |
1166 display: none; | |
1167 } | |
1168 | |
1169 .mainPanel .gwt-TabBar-oneTab .gwt-TabBarItem-wrapper:nth-child(3) { | |
1170 display: block; | |
1171 } | |
1172 | |
1158 .liberviaTabPanel { | 1173 .liberviaTabPanel { |
1159 width: 100%; | 1174 width: 100%; |
1160 height: 100%; | 1175 height: 100%; |
1161 } | 1176 } |
1162 | 1177 |