[IMP] Avoid overflow of large menu items

bzr revid: fme@openerp.com-20120111160746-c995eu97zi9eia3p
This commit is contained in:
Fabien Meghazi 2012-01-11 17:07:46 +01:00
parent 36ff9d800f
commit cd24ca9485
1 changed files with 5 additions and 0 deletions

View File

@ -518,6 +518,11 @@ label.error {
.openerp a.oe_secondary_submenu_item {
padding: 0 5px 2px 10px;
}
.openerp a.oe_secondary_submenu_item,
.openerp a.oe_secondary_menu_item {
overflow: hidden;
text-overflow: ellipsis;
}
.openerp a.oe_secondary_submenu_item:hover,
.openerp a.oe_secondary_submenu_item.leaf.active {
display: block;