[FIX] Fix kanban styling

bzr revid: fme@openerp.com-20111201125837-l2e3f64ocqwb7p20
This commit is contained in:
Fabien Meghazi 2011-12-01 13:58:37 +01:00
parent 1b2439c27a
commit 2806b477d7
1 changed files with 9 additions and 31 deletions

View File

@ -1,4 +1,3 @@
.openerp .oe_kanban_view .ui-sortable-placeholder {
border: 1px dotted black;
visibility: visible !important;
@ -21,8 +20,8 @@
.openerp .oe_kanban_group_title {
font-size: 100%;
font-weight: bold;
padding-left:2px;
color: #666666;
padding-left: 2px;
color: #333333;
}
.openerp .oe_kanban_group_title_undefined {
color: #666666;
@ -46,10 +45,10 @@
.openerp .oe_kanban_fold_icon {
cursor: pointer;
float: left;
padding: 4px 2px 0 2px;
padding: 2px;
width: 16px;
height: 16px;
background: url(/web_kanban/static/src/img/minus-icon.png) no-repeat center center;
background: url(/web_kanban/static/src/img/minus-icon.png) no-repeat;
}
.openerp .oe_kanban_group_folded .oe_kanban_fold_icon {
background: url(/web_kanban/static/src/img/plus-icon.png) no-repeat;
@ -65,7 +64,7 @@
}
.openerp ul.oe_kanban_aggregates span {
text-decoration: underline;
font-size:90%;
font-size: 90%;
}
.openerp .oe_kanban_action_button {
@ -88,24 +87,10 @@
background: #EEE;
border-bottom: 1px solid #CCC;
}
.openerp .oe_kanban_title1 {
font-size: 120%;
font-weight: bold;
padding: 0 4px 0 4px;
}
.openerp .oe_kanban_title2 {
font-size: 100%;
font-weight: bold;
color:#3A3A3A;
padding: 0 4px 0 4px;
}
.openerp .oe_kanban_title3 {
.openerp .oe_kanban_title {
font-size: 95%;
font-weight: normal;
font-weight: bold;
padding: 0 4px 0 4px;
line-height:16px;
}
.openerp .oe_kanban_title3 img{
}
.openerp .oe_kanban_small {
font-size: 80%;
@ -113,7 +98,6 @@
}
.openerp .oe_kanban_table {
width: 100%;
font-size:95%;
border: none;
border-collapse: collapse;
margin: 0;
@ -122,7 +106,7 @@
.openerp .oe_kanban_table tr td {
padding: 0;
}
.openerp .oe_kanban_table tr td.oe_kanban_title3 {
.openerp .oe_kanban_table tr td.oe_kanban_title {
padding: 2px;
}
.openerp .oe_kanban_gravatar {
@ -130,13 +114,7 @@
}
.openerp .oe_kanban_box_content {
padding: 4px;
font-size:90%;
}
.openerp .oe_kanban_box_content div:last-child {
padding-top:4px;
color:#555;
}
font-size: 90%;
}
.openerp .oe_kanban_button {
border: 1px solid #8ec1da;