[FIX] fixed taxes tags css

bzr revid: fva@openerp.com-20120918170153-uojxm4qqwq3qfzff
This commit is contained in:
Frédéric van der Essen 2012-09-18 19:01:53 +02:00
parent c730c3cb78
commit f4f7cfcb0c
2 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,11 @@
position: relative;
}
.text-tag .text-button {
height: auto !important;
min-height: 16px;
}
.openerp {
padding: 0;
margin: 0;

View File

@ -145,6 +145,11 @@ $sheet-max-width: 860px
height: 100%
position: relative
// jQueryUI css bug fixing
.text-tag .text-button
height: auto !important
min-height: 16px
.openerp
// Global style {{{
padding: 0