[FIX]problem with header dropdown buttons css

bzr revid: csn@openerp.com-20140423091414-llv3t70gi59orbh0
This commit is contained in:
Cedric Snauwaert 2014-04-23 11:14:14 +02:00
parent 700763f2da
commit 8ee8b7bde6
2 changed files with 2 additions and 2 deletions

View File

@ -1890,7 +1890,7 @@
.openerp .oe_form > :not(.oe_form_nosheet) header {
padding-left: 2px;
}
.openerp .oe_form > :not(.oe_form_nosheet) header ul:not(.oe_tooltip_technical) {
.openerp .oe_form > :not(.oe_form_nosheet) header ul:not(.oe_tooltip_technical):not(.oe_dropdown_menu) {
display: inline-block;
float: right;
}

View File

@ -1550,7 +1550,7 @@ $sheet-padding: 16px
// FormView.header {{{
.oe_form > :not(.oe_form_nosheet) header
padding-left: 2px
ul:not(.oe_tooltip_technical)
ul:not(.oe_tooltip_technical):not(.oe_dropdown_menu)
display: inline-block
float: right
.oe_button