[IMP] changed height to min-height in body

bzr revid: nicolas.vanhoren@openerp.com-20121220144922-6qubjrdwjhi90wpm
This commit is contained in:
niv-openerp 2012-12-20 15:49:22 +01:00
parent 6e1f3c9d5d
commit df6001330f
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
*/ */
} }
.openerp.openerp_webclient_container { .openerp.openerp_webclient_container {
height: 100%; min-height: 100%;
} }
.openerp :-moz-placeholder { .openerp :-moz-placeholder {
color: #afafb6 !important; color: #afafb6 !important;

View File

@ -151,7 +151,7 @@ $sheet-padding: 16px
background: white background: white
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5)
&.openerp_webclient_container &.openerp_webclient_container
height: 100% min-height: 100%
// }}} // }}}
//Placeholder style{{{ //Placeholder style{{{
\:-moz-placeholder \:-moz-placeholder