IDEMPIERE-2005 Improvement to collapsed page header mode. Minor visual tweak.

This commit is contained in:
Deepak Pansheriya 2014-06-20 11:40:24 +08:00
parent 97dabc75b5
commit 72b8f0e380
2 changed files with 15 additions and 3 deletions

View File

@ -468,9 +468,8 @@ public class DefaultDesktop extends TabbedDesktop implements MenuListener, Seria
if (headerPopup == null)
{
headerPopup = new Window();
headerPopup.setWidth("100%");
headerPopup.setSclass("desktop-header-popup");
headerPopup.setVflex("true");
headerPopup.setShadow(true);
headerPopup.setVisible(false);
headerPopup.addEventListener(Events.ON_OPEN, new EventListener<OpenEvent>() {
@Override

View File

@ -121,6 +121,19 @@ html,body {
font-size: 10px;
}
.desktop-header-popup {
width: 800px;
border-radius: 3px;
border: 1px solid #d5d5d5;
border-right: 2px solid #d5d5d5;
border-bottom-width: 2px;
right: 1px;
}
.desktop-header-popup .desktop-header {
border: none;
}
.menu-href {
font-size: 11px;
font-weight: normal;