[IMP] improved css to make alignment of expandable option in search box consistent

bzr revid: tpa@tinyerp.com-20130328065903-a8mqd3a2k727v8i3
This commit is contained in:
Turkesh Patel (Open ERP) 2013-03-28 12:29:03 +05:30
parent 66fefa7a2b
commit 05f4331604
2 changed files with 9 additions and 4 deletions

View File

@ -1838,12 +1838,12 @@
margin: 0;
}
.openerp .oe_searchview .oe_searchview_drawer h3 {
margin: 8px 4px 4px 12px;
margin: 8px 4px 4px 0px;
color: #7c7bad;
font-size: 13px;
}
.openerp .oe_searchview .oe_searchview_drawer h4, .openerp .oe_searchview .oe_searchview_drawer h4 * {
margin: 0;
margin: 0 0 0 2px;
cursor: pointer;
font-weight: normal;
display: inline-block;
@ -1920,6 +1920,9 @@
.openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom {
padding: 0 8px 8px 8px;
}
.openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom div {
padding: 0;
}
.openerp .oe_searchview .oe_searchview_drawer .oe_searchview_custom form {
display: none;
}

View File

@ -1460,11 +1460,11 @@ $sheet-padding: 16px
border-top: none
margin: 0
h3
margin: 8px 4px 4px 12px
margin: 8px 4px 4px 0px
color: $section-title-color
font-size: 13px
h4, h4 *
margin: 0
margin: 0 0 0 2px
cursor: pointer
font-weight: normal
display: inline-block
@ -1520,6 +1520,8 @@ $sheet-padding: 16px
margin: 0 0 8px 0
.oe_searchview_custom
padding: 0 8px 8px 8px
div
padding: 0
form
display: none
li