Paramjit Singh Sahota(OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-improve-sass-2-css-all-browsers-psa into 
lp:~openerp-dev/openerp-web/trunk-improve-css-all-browsers.

Requested reviews:
  OpenERP R&D Team (openerp-dev)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-sass-2-css-all-browsers-psa/+merge/130031
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-sass-2-css-all-browsers-psa/+merge/130031
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openerp-web/trunk-improve-sass-2-css-all-browsers-psa into 
lp:~openerp-dev/openerp-web/trunk-improve-css-all-browsers.
=== removed file 'addons/web/static/src/css/base-ie.css'
--- addons/web/static/src/css/base-ie.css	2012-10-05 09:39:51 +0000
+++ addons/web/static/src/css/base-ie.css	1970-01-01 00:00:00 +0000
@@ -1,35 +0,0 @@
-.openerp .oe_form .oe_form_field_selection {
-    width/*\**/:60%\9;
-}
-a:link img {
-    border/*\**/: none\9;
-    text-decoration/*\**/: none\9;
-}
-.openerp input[type=checkbox]{
-    padding/*\**/: 2px 4px\9;
-    border-radius/*\**/: 3px\9;
-    box-shadow/*\**/: inset rgba(0, 0, 0, 0.1);\9;
-    border/*\**/:0px solid #cccccc\9;
-    background: white;
-}
-.openerp .oe_login {
-    background-image/*\**/: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQIHWO8e/fufwYsgAUkJigoiCIF5DMyoYggcUiXgNnBiGQKmAkARpcEQeriln4AAAAASUVORK5CYII=)\9;
-    text-align/*\**/: center\9;
-    font-size/*\**/: 14px\9;
-    height/*\**/: 600px\9;
-}
-.openerp .oe_form input[type="file"] {
-    width/*\**/: 85px\9;
-}
-.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
-    filter/*\**/:none\9;
-}
-.openerp .oe_form_field_text {
-    float/*\**/: left\9;
-}
-.openerp .oe_form_field.oe_tags {
-    float/*\**/: left\9;
-}
-.openerp ul.oe_form_status li .label, .openerp ul.oe_form_status_clickable li .label {
-  padding-bottom/*\**/: 10px\9;
-}

=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-10-15 09:53:54 +0000
+++ addons/web/static/src/css/base.css	2012-10-17 06:21:20 +0000
@@ -811,11 +811,6 @@
   font-size: 14px;
   height: 100%;
 }
-@-moz-document url-prefix() {
-  .openerp .oe_login {
-    height: 600px
-  }
-}
 .openerp .oe_login ul, .openerp .oe_login li {
   margin: 0;
   list-style-type: none;
@@ -1323,15 +1318,15 @@
 .openerp .oe_application > div {
   height: 100%;
 }
-.openerp .oe_application .oe_breadcrumb_title > * {
-  overflow: hidden;
-  display: inline-block;
-}
 .openerp .oe_application .oe_breadcrumb_item:not(:last-child) {
   max-width: 7em;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
+.openerp .oe_application .oe_breadcrumb_title > * {
+  display: inline-block;
+  overflow: hidden;
+}
 .openerp .oe_view_manager .oe_view_manager_body {
   height: inherit;
 }
@@ -1470,11 +1465,6 @@
   text-align: center;
   list-style-type: none;
 }
-@-moz-document url-prefix(){
-    .openerp .oe_view_manager .oe_view_manager_switch li {
-        line-height: 21px;  
-    }
-}
 .openerp .oe_view_manager .oe_view_manager_switch li a {
   position: relative;
 }
@@ -2136,7 +2126,7 @@
 .openerp .oe_form .oe_form_group {
   width: 100%;
   margin: 9px 0 9px 0;
-  float:right;
+  float: right;
 }
 .openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
   padding-left: 20px;
@@ -2196,6 +2186,12 @@
 .openerp .oe_form_field_progressbar.ui-progressbar .ui-widget-header {
   background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
 }
+.openerp .oe_form h1 .oe_form_required {
+  float: left;
+}
+.openerp .oe_form .oe_form_field {
+  display: -moz-stack;
+}
 .openerp .oe_form .oe_form_field_text {
   width: 100%;
 }
@@ -2221,9 +2217,6 @@
   display: inline-block;
   padding: 2px 2px 2px 0px;
 }
-.openerp .oe_form .oe_form_field {
-  display: -moz-stack;
-}
 .openerp .oe_form .oe_form_field input {
   margin: 0px;
 }
@@ -2276,7 +2269,7 @@
 }
 .openerp .oe_form .oe_form_required input:not([disabled]):not([readonly]), .openerp .oe_form .oe_form_required select:not([disabled]):not([readonly]), .openerp .oe_form .oe_form_required textarea:not([disabled]):not([readonly]) {
   background-color: #d2d2ff !important;
-  width : 100%;
+  width: 100%;
 }
 .openerp .oe_form .oe_form_invalid input, .openerp .oe_form .oe_form_invalid select, .openerp .oe_form .oe_form_invalid textarea {
   background-color: #ff6666 !important;
@@ -2321,9 +2314,6 @@
   margin-bottom: 32px;
   text-align: justify;
 }
-.openerp .oe_form h1 .oe_form_required{
-  float: left;
-}
 .openerp .oe_form_editable .oe_form .oe_form_field_integer input {
   width: 6em !important;
 }
@@ -2602,7 +2592,11 @@
   border: 1px solid #aaaaff;
   margin: 0;
 }
-.openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_float input, .oe_form_field.oe_form_field_float input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_view_integer input {
+.openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_float input, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_view_integer input {
+  text-align: right;
+  width: 100%;
+}
+.openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_float input {
   text-align: right;
   width: 100%;
 }

=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass	2012-10-15 09:53:54 +0000
+++ addons/web/static/src/css/base.sass	2012-10-17 06:21:20 +0000
@@ -113,7 +113,6 @@
     @keyframes #{$name}
         @content
 
-
 // Transforms the (readable) text of an inline element into an mmlicons icon,
 // allows for actual readable text in-code (and in readers?) with iconic looks
 @mixin text-to-icon($icon-name, $color: #404040)
@@ -1059,13 +1058,13 @@
                 text-decoration: underline
         > div
             height: 100%
-        .oe_breadcrumb_title > *
-            overflow: hidden
-            display: inline-block
         .oe_breadcrumb_item:not(:last-child)
             max-width: 7em
             white-space: nowrap
             text-overflow: ellipsis
+        .oe_breadcrumb_title > *
+            display: inline-block
+            overflow: hidden
     // }}}
     // ViewManager common {{{
     .oe_view_manager
@@ -1686,6 +1685,7 @@
         .oe_form_group
             width: 100%
             margin: 9px 0 9px 0
+            float: right
             .oe_form_group_cell.oe_group_right
                 padding-left: 20px
     // }}}
@@ -1738,6 +1738,11 @@
     // }}}
     // FormView.fields {{{
     .oe_form
+        h1
+            .oe_form_required
+                float: left
+        .oe_form_field
+            display: -moz-stack
         .oe_form_field_text
             width: 100%
         .oe_form_field_char input,
@@ -1757,8 +1762,6 @@
             width: 100%
             display: inline-block
             padding: 2px 2px 2px 0px
-        .oe_form_field
-            display: -moz-stack
             input
                 margin: 0px
         input[type="text"], input[type="password"], input[type="file"], select
@@ -1794,6 +1797,7 @@
         .oe_form_required 
             input:not([disabled]):not([readonly]), select:not([disabled]):not([readonly]), textarea:not([disabled]):not([readonly])
                 background-color: #D2D2FF !important
+                width : 100%
         .oe_form_invalid
             input, select, textarea
                 background-color: #F66 !important
@@ -1830,9 +1834,6 @@
             margin-top: 32px 
             margin-bottom: 32px
             text-align: justify
-        h1 .oe_form_required
-            float: left
-        
             
     .oe_form_editable
         .oe_form
@@ -2050,6 +2051,10 @@
                 input
                     text-align: right
                     width: 100%
+            &.oe_form_field_float
+                input
+                    text-align: right
+                    width: 100%
             &.oe_form_field_datetime,&.oe_form_field_date
                 > span
                     width: 100%

=== modified file 'addons/web_calendar/static/src/css/web_calendar.css'
--- addons/web_calendar/static/src/css/web_calendar.css	2012-10-08 07:19:54 +0000
+++ addons/web_calendar/static/src/css/web_calendar.css	2012-10-17 06:21:20 +0000
@@ -106,7 +106,6 @@
     background: url("/web_calendar/static/src/img/minical_left.png") no-repeat 8px 7px, -o-linear-gradient(top, #efefef, #d8d8d8);
     background: url("/web_calendar/static/src/img/minical_left.png") no-repeat 8px 7px, -khtml-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));
 }
-
 .openerp .dhx_cal_next_button {
     background: url("/web_calendar/static/src/img/minical_right.png") no-repeat 8px 7px;
     background: url("/web_calendar/static/src/img/minical_right.png") no-repeat 8px 7px, -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8));

=== modified file 'addons/web_kanban/static/src/css/kanban.css'
--- addons/web_kanban/static/src/css/kanban.css	2012-10-09 11:48:05 +0000
+++ addons/web_kanban/static/src/css/kanban.css	2012-10-17 06:21:20 +0000
@@ -1,11 +1,12 @@
 @charset "utf-8";
-.openerp .oe_application{
-	height: 100%;
+.openerp .oe_application {
+  height: 100%;
 }
+
 .openerp .oe_kanban_view {
   background: white;
   height: inherit;
-  position:relative;
+  position: relative;
 }
 .openerp .oe_kanban_view.oe_kanban_grouped .oe_kanban_dummy_cell {
   background: url(/web/static/src/img/form_sheetbg.png);

=== modified file 'addons/web_kanban/static/src/css/kanban.sass'
--- addons/web_kanban/static/src/css/kanban.sass	2012-10-08 12:44:59 +0000
+++ addons/web_kanban/static/src/css/kanban.sass	2012-10-17 06:21:20 +0000
@@ -46,11 +46,14 @@
     transition: $transition
 // }}}
 
+.openerp .oe_application
+    height: 100%
 .openerp .oe_kanban_view
     // KanbanView {{{
     //background: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKElEQVQIHWP8DwTv379nAAFBQUEGhnfv3oHEwADEZgJLIRGMIClkLQCr3x2Htp/lLwAAAABJRU5ErkJggg==)
     background: white
     height: inherit
+    position: relative
     &.oe_kanban_grouped .oe_kanban_dummy_cell
         background: url(/web/static/src/img/form_sheetbg.png)
     .ui-sortable-placeholder
@@ -150,6 +153,7 @@
         color: #666666
     .oe_kanban_group_title_vertical
         writing-mode: tb-rl
+        -ms-writing-mode: tb
         -webkit-transform: rotate(90deg)
         -moz-transform: rotate(90deg)
         -o-transform: rotate(90deg)

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to