[FIX] kanban: fix overly large kanban boxes

bzr revid: fva@openerp.com-20121217173329-gs3pf3ac9ng2y57l
This commit is contained in:
Frédéric van der Essen 2012-12-17 18:33:29 +01:00
parent 78b92eace8
commit 0596dfae4c
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,3 @@
@charset "utf-8";
.openerp .oe_kanban_view {
background: white;
height: inherit;
@ -31,6 +30,9 @@
.openerp .oe_kanban_view .oe_kanban_clear {
clear: both;
}
.openerp .oe_kanban_view .oe_kanban_content {
word-break: break-all;
}
.openerp .oe_kanban_view .oe_kanban_content .oe_star_on, .openerp .oe_kanban_view .oe_kanban_content .oe_star_off {
color: #cccccc;
text-shadow: 0 0 2px black;

View File

@ -69,6 +69,7 @@
.oe_kanban_clear
clear: both
.oe_kanban_content
word-break: break-all
.oe_star_on, .oe_star_off
color: #ccc
text-shadow: 0 0 2px black