Browse Source

[FIX] menu position

deisy 6 years ago
parent
commit
ae8f3dd8ba
1 changed files with 11 additions and 11 deletions
  1. 11 11
      static/src/css/advance_nav.css

+ 11 - 11
static/src/css/advance_nav.css

@@ -47,36 +47,36 @@
 /*ajuste eiru_them*/
 
     #oe_main_menu_placeholder{
-      height: 35px !important;
+     height: 35px !important;
     }
 
     #oe_main_menu_navbar {
-        height: 35px !important;
+       height: 35px !important;
     }
     .oe_application_menu_placeholder {
-      height: 35px !important;
+     height: 35px !important;
     }
     .oe_application_menu_placeholder li{
-        height: 35px !important;
+       height: 35px !important;
     }
 
     #oe_main_menu_navbar li a, #oe_main_menu_navbar li button{
-      top: -7px;
+     top: -7px;
     }
     .oe_systray {
-      height: 35px !important;
+     height: 35px !important;
     }
     .oe_user_menu_placeholder{
-      height: 35px !important;
+     height: 35px !important;
     }
     .oe_user_menu_placeholder li{
-      height: 35px !important;
+     height: 35px !important;
     }
 
-    .dropdown-menu {
-    position: absolute !important;
+    .openerp.openerp_webclient_container{
+      overflow: visible;
+    }
 
-}