[CHG] Add more position absolute problems

... in order to fix kanban problem when only one record is shown

bzr revid: fme@openerp.com-20120524122743-sdyp33a6qwigw9mr
This commit is contained in:
Fabien Meghazi 2012-05-24 14:27:43 +02:00
parent d954a740ca
commit 72d3fa43fd
2 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,10 @@
@charset "utf-8";
.openerp .oe_kanban_view {
position: absolute;
top: 111px;
top: 118px;
bottom: 0;
left: 221px;
right: 0;
}
.openerp .oe_kanban_view .ui-sortable-placeholder {
border: 1px dotted black;
@ -20,6 +22,7 @@
}
.openerp .oe_kanban_view .oe_kanban_groups {
height: 100%;
width: 100%;
}
.openerp .oe_kanban_view .oe_kanban_group_title {
margin: 1px 1px 4px;

View File

@ -22,8 +22,10 @@
.openerp .oe_kanban_view
// KanbanView {{{
position: absolute
top: 111px
top: 118px
bottom: 0
left: 221px
right: 0
.ui-sortable-placeholder
border: 1px dotted black
visibility: visible !important
@ -38,6 +40,7 @@
// KanbanGroups {{{
.oe_kanban_groups
height: 100%
width: 100%
.oe_kanban_group_title
margin: 1px 1px 4px
padding-left: 2px