[FIX] Force zindex for elements which should be at top of a modal window.
authorCedric Snauwaert <csn@openerp.com>
Wed, 23 Apr 2014 08:19:14 +0000 (10:19 +0200)
committerKersten Jeremy <jke@openerp.com>
Wed, 23 Apr 2014 08:19:14 +0000 (10:19 +0200)
bzr revid: jke@openerp.com-20140423081914-anmpeae40z7dav4a

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index b8c28e1..9dd8e55 100644 (file)
   border-bottom-left-radius: 8px;
 }
 .openerp .oe_notification {
-  z-index: 1050;
+  z-index: 1500;
 }
 .openerp .oe_webclient_timezone_notification a {
   color: white;
@@ -3331,6 +3331,7 @@ body.oe_single_form .oe_single_form_container {
   width: 18px;
   height: 18px;
 }
+
 .modal .modal-header button.close {
   border: none;
   background: none;
@@ -3341,12 +3342,17 @@ body.oe_single_form .oe_single_form_container {
 .modal .modal-footer {
   text-align: left;
 }
-.modal .oe_act_window.modal-body{
+.modal .oe_button {
+  margin: 0 4px 0 0;
+}
+.modal .oe_act_window.modal-body {
   padding: 0;
 }
-.modal .oe_button{
-  margin: 0 4px 0 0;
+
+.ui-datepicker {
+  z-index: 1500 !important;
 }
+
 input[type="radio"], input[type="checkbox"] {
   margin-right: 4px;
   margin-left: 4px;
index a989481..ebffed2 100644 (file)
@@ -666,7 +666,8 @@ $sheet-padding: 16px
     // }}}
     // Notifications {{{
     .oe_notification
-        z-index: 1050
+        z-index: 1500
+        
     .oe_webclient_timezone_notification
         a
             color: white
@@ -2725,6 +2726,9 @@ body.oe_single_form
     .oe_act_window.modal-body
         padding: 0
 
+.ui-datepicker
+    z-index: 1500 !important
+
 input[type="radio"], input[type="checkbox"]
     margin-right: 4px
     margin-left: 4px