[IMP] Move oe_application's height from full to base

bzr revid: fme@openerp.com-20121220151426-pw5qvnnikfyav2mh
This commit is contained in:
Fabien Meghazi 2012-12-20 16:14:26 +01:00
parent 948d566403
commit 1b52047191
3 changed files with 2 additions and 4 deletions

View File

@ -1384,6 +1384,7 @@
}
.openerp .oe_application {
width: 100%;
height: 100%;
}
.openerp .oe_application a {
color: #7c7bad;

View File

@ -1112,6 +1112,7 @@ $sheet-padding: 16px
// ActionManager {{{
.oe_application
width: 100%
height: 100%
a
color: $link-color
&:hover

View File

@ -10,7 +10,3 @@ body {
overflow-y: scroll;
height: 100%;
}
.openerp .oe_application {
height: 100%;
}