IDEMPIERE-2647 ZK UI Problem in Chrome / apply fixes suggested by hieplq and hengsin at https://groups.google.com/d/msg/idempiere/sZ6eXqRH1uA/U6RgVb_MyBMJ

This commit is contained in:
Carlos Ruiz 2015-05-27 17:02:20 -05:00
parent 1807441b2b
commit 477563e94b
1 changed files with 2 additions and 2 deletions

View File

@ -434,7 +434,7 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
position: absolute !important; position: relative !important;
background-color: #FFFFFF background-color: #FFFFFF
} }
@ -552,6 +552,7 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
} }
.desktop-home-tabpanel { .desktop-home-tabpanel {
position:relative;
background-color: #FFFFFF; background-color: #FFFFFF;
width: 99% !important; width: 99% !important;
} }
@ -745,7 +746,6 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
} }
.adwindow-layout { .adwindow-layout {
position:absolute;
border: none; border: none;
width: 100%; width: 100%;
height: 100%; height: 100%;