[FIX] checkbox position for boolean field in list editable. Remove padding on the field for a good resizing and position and add margin on input

bzr revid: chm@openerp.com-20130627091705-ry0689d3dg4izhn4
This commit is contained in:
Christophe Matthieu 2013-06-27 11:17:05 +02:00
parent fc8ca396d6
commit bb92e7daf0
2 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,4 @@
@charset "UTF-8";
@charset "utf-8";
@font-face {
font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
@ -2890,8 +2890,8 @@
margin: 0 !important;
padding: 0;
}
.openerp .oe_list .oe_form .oe_form_field_boolean {
padding: 1px 6px 3px;
.openerp .oe_list .oe_form .oe_form_field_boolean input {
margin: 1px 0 0 10px !important;
}
.openerp .oe_list .oe_list_content .oe_group_header {
background-color: #ededed;

View File

@ -2285,10 +2285,8 @@ $sheet-padding: 16px
position: absolute
margin: 0 !important // dammit
padding: 0
.oe_form_field_boolean
// use padding similar to actual cell to correctly position the
// checkbox
padding: 1px 6px 3px
.oe_form_field_boolean input
margin: 1px 0 0 10px !important
.oe_list_content .oe_group_header
@include vertical-gradient(#fcfcfc, #dedede)