[MERGE] trunk-bug-1095257-vja: In IE9,create database page should display in center.

bzr revid: chm@openerp.com-20130104154424-joyb3r3hfa2twslw
This commit is contained in:
Christophe Matthieu 2013-01-04 16:44:24 +01:00
parent d4716db1cc
commit 3be31fa63d
2 changed files with 5 additions and 0 deletions

View File

@ -3141,6 +3141,9 @@ div.ui-widget-overlay {
.openerp_ie .oe_form_field_boolean input {
background: white;
}
.openerp_ie .db_option_table .oe_form_field_selection {
width: auto;
}
.openerp_ie input[type='checkbox'] {
border: none;
background: none;

View File

@ -2480,6 +2480,8 @@ div.ui-widget-overlay
.openerp_ie
.oe_form_field_boolean input
background: #fff
.db_option_table .oe_form_field_selection
width: auto
input[type='checkbox']
border: none
background: none