[IMP] reduce default height of diagram viewport to 500px since it's now resizable vertically

bzr revid: xmo@openerp.com-20120229103711-y1f8jofp0c0duq6h
This commit is contained in:
Xavier Morel 2012-02-29 11:37:11 +01:00
parent 086c40a956
commit be55c055b1
1 changed files with 2 additions and 4 deletions

View File

@ -26,12 +26,10 @@
margin:0;
padding:0;
width:100%;
height:800px;
height:500px;
resize:vertical;
background-color:#FFF;
border-style:solid;
border-width:1px;
border-color:#DCDCDC;
border:1px solid #DCDCDC;
overflow:hidden;
}
.openerp .diagram{