[IMP] Improved styling of tabs and group fieldset

bzr revid: fme@openerp.com-20111114112627-euf7h75zxnzrkpz5
This commit is contained in:
Fabien Meghazi 2011-11-14 12:26:27 +01:00
parent f033b7b1b1
commit fc1375a782
1 changed files with 4 additions and 0 deletions

View File

@ -844,6 +844,9 @@ label.error {
background: none;
border-width: 0;
}
.openerp .oe_form_notebook .ui-tabs-panel {
padding: 4px;
}
.openerp .oe_form_notebook ul.ui-tabs-nav {
padding-left: 0;
background: transparent;
@ -877,6 +880,7 @@ label.error {
-webkit-border-radius: 4px;
border-radius: 4px;
background: #F9F9F9;
padding: 4px;
}
.openerp fieldset.oe_group_box legend {
font-weight: bold;