[IMP] layout of config wizards, simple CSS
authorFabien Pinckaers <fp@openerp.com>
Sun, 5 Aug 2012 10:12:58 +0000 (12:12 +0200)
committerFabien Pinckaers <fp@openerp.com>
Sun, 5 Aug 2012 10:12:58 +0000 (12:12 +0200)
bzr revid: fp@openerp.com-20120805101258-6d1cchw0ffi3ovvn

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

index 570b390..921fa5e 100644 (file)
   max-width: 860px;
   margin: 0 auto;
 }
+.openerp .oe_form div.oe_form_configuration div.oe_horizontal_separator {
+  margin: 20px 0 10px 0;
+}
+.openerp .oe_form div.oe_form_configuration p {
+  color: #aaaaaa;
+  max-width: 650px;
+}
 .openerp ul.oe_form_steps {
   height: 30px;
   padding: 0;
 }
 .openerp .oe_form td.oe_form_group_cell_label {
   border-right: 1px solid #dddddd;
-  padding: 2px 0px 2px 0px;
+  padding: 4px 0px 4px 0px;
 }
 .openerp .oe_form td.oe_form_group_cell_label label {
   line-height: 18px;
 }
 .openerp .oe_form .oe_form_group {
   width: 100%;
-  margin: 6px 0 6px 0;
+  margin: 9px 0 9px 0;
 }
 .openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
   padding-left: 20px;
index a50cb72..b67e900 100644 (file)
@@ -1473,6 +1473,12 @@ $sheet-max-width: 860px
             min-width: 650px
             max-width: $sheet-max-width
             margin: 0 auto
+        div.oe_form_configuration
+            div.oe_horizontal_separator 
+                margin: 20px 0 10px 0
+            p
+                color: #aaa
+                max-width: 650px
     ul.oe_form_steps
         height: 30px
         padding: 0
@@ -1548,7 +1554,7 @@ $sheet-max-width: 860px
             margin: 2px
         td.oe_form_group_cell_label
             border-right: 1px solid #ddd
-            padding: 2px 0px 2px 0px
+            padding: 4px 0px 4px 0px
             label
                 line-height: 18px
                 display: block
@@ -1557,7 +1563,7 @@ $sheet-max-width: 860px
             padding-left: 6px
         .oe_form_group
             width: 100%
-            margin: 6px 0 6px 0
+            margin: 9px 0 9px 0
             .oe_form_group_cell.oe_group_right
                 padding-left: 20px
     // }}}