Vishmita Jadeja (openerp) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-bug-1095257-vja into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
  Bug #1095257 in OpenERP Web: "[IE9] Manage Databases page doesn't look right 
under IE9 (should be centered and smaller)"
  https://bugs.launchpad.net/openerp-web/+bug/1095257

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1095257-vja/+merge/141736

Hello,

     In IE9,create database page should display in center.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1095257-vja/+merge/141736
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-1095257-vja.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-12-20 18:37:56 +0000
+++ addons/web/static/src/css/base.css	2013-01-03 11:33:26 +0000
@@ -3134,6 +3134,9 @@
 .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;

=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass	2012-12-20 18:37:56 +0000
+++ addons/web/static/src/css/base.sass	2013-01-03 11:33:26 +0000
@@ -2474,6 +2474,8 @@
 .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

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to