[IMP] menu css, don't display active color and need action hover the content document
authorChristophe Matthieu <chm@openerp.com>
Mon, 7 Jan 2013 13:38:48 +0000 (14:38 +0100)
committerChristophe Matthieu <chm@openerp.com>
Mon, 7 Jan 2013 13:38:48 +0000 (14:38 +0100)
bzr revid: chm@openerp.com-20130107133848-50ei3eioobx3z0a3

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

index 745899b..c971847 100644 (file)
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
 }
+.openerp .oe_secondary_submenu .oe_secondary_submenu {
+  margin-left: -20px;
+}
+.openerp .oe_secondary_submenu .oe_secondary_submenu li {
+  margin-left: 20px;
+}
 .openerp .oe_secondary_submenu .oe_menu_text {
   white-space: nowrap;
   overflow: hidden;
index 4a67084..b6ac420 100644 (file)
@@ -1086,6 +1086,10 @@ $sheet-padding: 16px
             border-left: 4px solid transparent
             border-right: 4px solid transparent
             border-top: 4px solid #4c4c4c
+        .oe_secondary_submenu
+            margin-left: -20px
+        .oe_secondary_submenu li
+            margin-left: 20px
 
     // }}}
     // About openerp {{{