[IMP]remove extra code from css

bzr revid: vme@tinyerp.com-20130905060803-n7z3g2xreb39oke6
This commit is contained in:
Vidhin Mehta 2013-09-05 11:38:03 +05:30
parent f60feb5808
commit 91fb2510ed
2 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,10 @@
@charset "utf-8";
.openerp .oe_kanban_view {
background: white;
height: inherit;
}
.openerp .oe_kanban_view .oe_kanban_column_higlight {
background: #eeddf6 !important;
}
.openerp .oe_kanban_view .oe_view_nocontent {
position: relative;
z-index: 1;
@ -177,6 +179,11 @@
.openerp .oe_kanban_view .oe_kanban_group_folded .oe_dropdown_kanban {
left: -5px;
}
.openerp .oe_kanban_view .oe_kanban_group_folded .oe_kanban_folded_column_cards {
visibility: visible;
display: block !important;
height: 100%;
}
.openerp .oe_kanban_view .oe_kanban_group_title_undefined {
color: #666666;
}

View File

@ -51,6 +51,8 @@
//background: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKElEQVQIHWP8DwTv379nAAFBQUEGhnfv3oHEwADEZgJLIRGMIClkLQCr3x2Htp/lLwAAAABJRU5ErkJggg==)
background: white
height: inherit
.oe_kanban_column_higlight
background: #eeddf6 !important
.oe_view_nocontent
position: relative
z-index: 1
@ -192,6 +194,10 @@
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