[IMP] kanban: help message position

bzr revid: chm@openerp.com-20130123121206-uehsdih50xy8jgts
This commit is contained in:
Christophe Matthieu 2013-01-23 13:12:06 +01:00
parent aec0de7a96
commit b79cf38a37
1 changed files with 3 additions and 3 deletions

View File

@ -612,18 +612,18 @@
background: white;
}
.openerp .oe_kanban_grouped .oe_view_nocontent {
.openerp .oe_kanban_view .oe_view_nocontent {
position: relative;
z-index: 1;
max-width: none;
height: 100%;
}
.openerp .oe_kanban_grouped .oe_view_nocontent .oe_view_nocontent_content {
.openerp .oe_kanban_view .oe_view_nocontent .oe_view_nocontent_content {
margin-left: 90px;
margin-top: 5px;
max-width: 700px;
}
.openerp .oe_kanban_grouped .oe_view_nocontent .oe_view_nocontent_bg {
.openerp .oe_kanban_view .oe_view_nocontent .oe_view_nocontent_bg {
background: #eee;
opacity: 0.7;
position: absolute;