[IMP] give min hight to the document page

bzr revid: tpa@tinyerp.com-20140417114456-l26v18r8rdme8wig
This commit is contained in:
Turkesh Patel (Open ERP) 2014-04-17 17:14:56 +05:30
parent 88600a6ee5
commit 43e80f2a0a
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
}
.document_page {
min-height: 600px;
background: white;
overflow: hidden;
-webkit-border-radius: 1px;

View File

@ -3,6 +3,7 @@
padding-bottom: 1px
.document_page
min-height: 600px
background: white
overflow: hidden
-webkit-border-radius: 1px