[IE] Change css rules
authorNiko <nwi@openerp.com>
Thu, 20 Dec 2012 11:13:28 +0000 (12:13 +0100)
committerNiko <nwi@openerp.com>
Thu, 20 Dec 2012 11:13:28 +0000 (12:13 +0100)
bzr revid: nwi@openerp.com-20121220111328-dxwuet3ir6fdzkw1

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass
addons/web/static/src/css/full.css

index 1f0eb46..812e3e3 100644 (file)
 }
 .openerp .oe_application {
   width: 100%;
-  height: 100%;
 }
 .openerp .oe_application a {
   color: #7c7bad;
@@ -3128,6 +3127,9 @@ div.ui-widget-overlay {
   border-radius: 3px;
 }
 
+.openerp_ie .oe_form_group .field_boolean input {
+  background: white;
+}
 .openerp_ie input[type='checkbox'] {
   border: none;
   background: none;
@@ -3156,9 +3158,6 @@ div.ui-widget-overlay {
   padding-top: 0;
   padding-bottom: 0;
 }
-.openerp_ie .oe_view_manager_buttons .field_boolean {
-  background: white;
-}
 .openerp_ie .oe_kanban_image {
   border: none;
 }
index 5a522b9..41bda68 100644 (file)
@@ -1112,7 +1112,6 @@ $sheet-padding: 16px
     // ActionManager {{{
     .oe_application
         width: 100%
-        height: 100%
         a
             color: $link-color
             &:hover
@@ -2471,6 +2470,8 @@ div.ui-widget-overlay
 
 // Internet Explorer 9+ specifics {{{
 .openerp_ie
+    .oe_form_group .field_boolean input
+        background: #fff
     input[type='checkbox']
         border: none
         background: none
@@ -2495,8 +2496,6 @@ div.ui-widget-overlay
         button .oe_form_button_create
             padding-top: 0
             padding-bottom: 0
-        .field_boolean
-            background: #fff
     .oe_kanban_image
         border: none
     .oe_msg_icon
index 2692792..52616db 100644 (file)
@@ -10,3 +10,7 @@ body {
     overflow-y: scroll;
     height: 100%;
 }
+
+.openerp .oe_application {
+    height: 100%
+}