[FIX] web: do not enforce width of dropdown links

bzr revid: chs@openerp.com-20131112143746-svdfuqvzvvis6vpy
This commit is contained in:
Christophe Simonis 2013-11-12 15:37:46 +01:00
parent 61a8a22f60
commit 6cfb4a0370
2 changed files with 0 additions and 6 deletions

View File

@ -718,9 +718,6 @@
display: block;
color: #4c4c4c;
text-decoration: none;
width: 200px;
text-overflow: ellipsis;
overflow: hidden;
}
.openerp .oe_dropdown_menu > li > a:hover {
text-decoration: none;

View File

@ -611,9 +611,6 @@ $sheet-padding: 16px
display: block
color: #4c4c4c
text-decoration: none
width: 200px
text-overflow: ellipsis
overflow: hidden
&:hover
text-decoration: none
.oe_dropdown_arrow:after