[FIX] header padding

bzr revid: al@openerp.com-20120817135713-vyvu8scxttsy04rr
This commit is contained in:
Antony Lesuisse 2012-08-17 15:57:13 +02:00
parent 0628dfa62f
commit 651b7baf5f
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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