瀏覽代碼

[FIX] menu position

deisy 6 年之前
父節點
當前提交
ae8f3dd8ba
共有 1 個文件被更改,包括 11 次插入11 次删除
  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;
+    }
 
-}