[FIX] Do not wrap user menu options

bzr revid: fme@openerp.com-20120524122859-djzjb7nrcy60lj4v
This commit is contained in:
Fabien Meghazi 2012-05-24 14:28:59 +02:00
parent 72d3fa43fd
commit dd359a3903
2 changed files with 2 additions and 0 deletions

View File

@ -595,6 +595,7 @@
background-color: none;
}
.openerp .oe_user_menu .oe_dropdown_options li a {
white-space: nowrap;
display: block;
padding: 4px 15px;
clear: both;

View File

@ -499,6 +499,7 @@ $colour4: #8a89ba
display: block
background-color: none
a
white-space: nowrap
display: block
padding: 4px 15px
clear: both