diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index b9eb6fed93b..87a83b4c70e 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -79,7 +79,7 @@ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); /* http://www.quirksmode.org/dom/inputfile.html * http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image - */ */ + */ } .openerp :-moz-placeholder { color: #afafb6 !important; @@ -1931,6 +1931,7 @@ } .openerp .oe_form_nosheet > header { margin: -16px -16px 0 -16px; + padding: 8px; } .openerp .oe_form header { position: relative; @@ -1942,7 +1943,6 @@ background-image: -ms-linear-gradient(top, #fcfcfc, #dedede); background-image: -o-linear-gradient(top, #fcfcfc, #dedede); background-image: linear-gradient(to bottom, #fcfcfc, #dedede); - padding: 8px; } .openerp .oe_form header ul { display: inline-block; diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index befb68b42db..7055f867b36 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -1502,8 +1502,9 @@ $sheet-max-width: 860px width: auto .oe_form_nosheet margin: 16px - > header - margin: -16px -16px 0 -16px + .oe_form_nosheet > header + margin: -16px -16px 0 -16px + padding: 8px // }}} // FormView.custom tags and classes {{{ .oe_form @@ -1511,7 +1512,6 @@ $sheet-max-width: 860px position: relative border-bottom: 1px solid #cacaca @include vertical-gradient(#fcfcfc, #dedede) - padding: 8px //line-height: 30px ul display: inline-block