[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4179 revid:dle@openerp.com...
[odoo/odoo.git] / addons / web_kanban / static / src / css / kanban.sass
index cac86ac..77533c1 100644 (file)
     //background: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKElEQVQIHWP8DwTv379nAAFBQUEGhnfv3oHEwADEZgJLIRGMIClkLQCr3x2Htp/lLwAAAABJRU5ErkJggg==)
     background: white
     height: inherit
-    &.oe_kanban_grouped .oe_kanban_dummy_cell
-        background: url(/web/static/src/img/form_sheetbg.png)
-        width: 100%
+    .oe_kanban_column_higlight
+        background: #eeddf6 !important
+    .oe_view_nocontent
+        position: relative
+        max-width: none
+        height: 100%
+        .oe_view_nocontent_content
+            margin-left: 90px
+            margin-top: 5px
+            max-width: 700px
+        .oe_view_nocontent_bg
+            background: #eee
+            opacity: 0.7
+            position: absolute
+            top: 0
+            bottom: 0
+            left: 0
+            right: 0
+            z-index: -1
+    &.oe_kanban_grouped
+        .oe_kanban_dummy_cell
+            background: url(/web/static/src/img/form_sheetbg.png)
+            width: 100%
     .oe_kanban_group_length
         text-align: center
         display: none
     // KanbanGroups {{{
     .oe_kanban_groups
         height: inherit
-    &.oe_kanban_ungrouped .oe_kanban_groups
-        width: 100%
     &.oe_kanban_grouped_by_m2o .oe_kanban_group_title
         cursor: move
     .oe_kanban_header
             display: block
         .oe_dropdown_kanban
             left: -5px
+        .oe_kanban_folded_column_cards
+            visibility: visible
+            display: block !important
+            height: 100%
     .oe_kanban_group_title_undefined
         color: #666666
     .oe_kanban_group_title_vertical
         margin-left: 4px
         cursor: pointer
         position: relative
+        z-index: 1
     .oe_kanban_add
         top: -8px
     .oe_kanban_header .oe_dropdown_toggle
     .oe_kanban_no_group .oe_kanban_quick_create
         width: 185px
         padding: 10px
+    .oe_kanban_quick_create
+        z-index: 2
     .oe_kanban_quick_create input
         @include box-sizing(border-box)
         outline: none
         .oe_kanban_title
             font-weight: bold
             margin: 2px 4px
+        .oe_kanban_alias
+            margin: 0px 0 8px 0
     &.oe_kanban_grouped
         .oe_kanban_record
             margin-bottom: 4px