[IMP] hX float

bzr revid: fp@tinyerp.com-20120602070849-4fo4hq9cl0w898t8
This commit is contained in:
Fabien Pinckaers 2012-06-02 09:08:49 +02:00
parent 84e23111b8
commit 20196e2077
2 changed files with 13 additions and 1 deletions

View File

@ -1661,7 +1661,7 @@
.openerp .oe_application .oe_form_sheet {
padding: 8px 8px 8px 8px;
background: white;
min-height: 420px;
min-height: 330px;
border: 1px solid #afafb6;
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
@ -1694,6 +1694,12 @@
.openerp .oe_form .oe_form_field_float input {
width: 100px;
}
.openerp .oe_form h1 .oe_form_field_float input {
width: 140px;
}
.openerp .oe_form h2 .oe_form_field_float input {
width: 120px;
}
.openerp .oe_form h1, .openerp .oe_form h2, .openerp .oe_form h3, .openerp .oe_form h4, .openerp .oe_form h5, .openerp .oe_form h6 {
margin: 0 0 4px 0;
}

View File

@ -1345,6 +1345,12 @@ $colour4: #8a89ba
.oe_form_field_float input
width: 100px
h1 .oe_form_field_float input
width: 140px
h2 .oe_form_field_float input
width: 120px
h1, h2, h3, h4, h5, h6
margin: 0 0 4px 0
input