[FIX] css: unify lines in view log menu

This prevents lines in bold font to be larger than normal one and produce a gap in lines (in Firefox at least)

bzr revid: mat@openerp.com-20140120150606-dvoetrbp3cavtuc3
This commit is contained in:
Martin Trigaux 2014-01-20 16:06:06 +01:00
parent 28d79433c3
commit c3e31842e0
2 changed files with 2 additions and 0 deletions

View File

@ -3127,6 +3127,7 @@
} }
.openerp .oe_debug_view_log { .openerp .oe_debug_view_log {
font-size: 95%; font-size: 95%;
line-height: 1.2em;
} }
.openerp .oe_debug_view_log label { .openerp .oe_debug_view_log label {
display: block; display: block;

View File

@ -2459,6 +2459,7 @@ $sheet-padding: 16px
float: left float: left
.oe_debug_view_log .oe_debug_view_log
font-size: 95% font-size: 95%
line-height: 1.2em
.oe_debug_view_log label .oe_debug_view_log label
display: block display: block
width: 49% width: 49%