Restyling of kanban column header

bzr revid: mit@openerp.com-20120518125203-1vc4k0s5vr9pwbwy
This commit is contained in:
Minh Tran 2012-05-18 14:52:03 +02:00
parent e994580e1d
commit a49e0e43db
2 changed files with 2 additions and 15 deletions

View File

@ -1633,6 +1633,8 @@ $colour4: #8a89ba
border-right: 1px solid #b9b9b9
.oe_kanban_column
height: 100%
.oe_kanban_aggregates
padding: 0
.oe_kanban_record
position: relative
display: block

View File

@ -70,20 +70,6 @@
.openerp .oe_kanban_group_folded .oe_kanban_fold_icon {
background: url(/web_kanban/static/src/img/plus-icon.png) no-repeat;
}
.openerp ul.oe_kanban_aggregates {
padding: 0;
margin: 0 0 0 22px;
}
.openerp ul.oe_kanban_aggregates li {
list-style: circle;
font-style: italic;
}
.openerp ul.oe_kanban_aggregates span {
text-decoration: underline;
font-size: 90%;
}
.openerp .oe_kanban_action_button {
height: 22px;
margin: 0;
@ -91,7 +77,6 @@
.openerp .oe_kanban_action_a {
text-decoration: none;
}
.openerp .oe_kanban_box {
background: #FFF;
border: 2px solid #CCC;