From: Fabien Pinckaers Date: Sun, 5 Aug 2012 10:12:58 +0000 (+0200) Subject: [IMP] layout of config wizards, simple CSS X-Git-Tag: 7.0-server~2651 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=6b6989e29226cbe4310111c87379918fd6bee708;p=odoo%2Fodoo.git [IMP] layout of config wizards, simple CSS bzr revid: fp@openerp.com-20120805101258-6d1cchw0ffi3ovvn --- diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index 570b390..921fa5e 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -1922,6 +1922,13 @@ 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; @@ -2015,7 +2022,7 @@ } .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; @@ -2027,7 +2034,7 @@ } .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; diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index a50cb72..b67e900 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -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 // }}}