~openerp/openerp-web/trunk

« back to all changes in this revision

Viewing changes to addons/web_kanban/static/src/css/kanban.css

  • Committer: Richard Mathot (OpenERP)
  • Date: 2014-04-11 13:57:59 UTC
  • mfrom: (3941.3.4 trunk-empty_kanban-pga)
  • Revision ID: rim@openerp.com-20140411135759-r4fv9g4vucjee6t6
[MERGE][IMP] Kanban view: Better display of help message when there are no records, especially when displaying empty columns

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
.openerp .oe_kanban_view .oe_view_nocontent {
10
10
  position: relative;
11
11
  max-width: none;
 
12
  z-index: 1;
 
13
  width: 100%;
12
14
  height: 100%;
13
15
}
14
16
.openerp .oe_kanban_view .oe_view_nocontent .oe_view_nocontent_content {