Restyling of labels in the kanban vignette

bzr revid: mit@openerp.com-20120710150313-m4q9j9o82mzwdwim
This commit is contained in:
Minh Tran 2012-07-10 17:03:13 +02:00
parent faa6046d4c
commit ca89b972c3
2 changed files with 17 additions and 4 deletions

View File

@ -383,8 +383,9 @@
display: inline-block;
background: #e6e6e6;
border: 1px solid #b9b9b9;
color: #666666;
padding: 0 2px;
line-height: 22px;
line-height: 16px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
@ -393,10 +394,15 @@
line-height: 12px;
font-size: 22px;
}
.openerp .oe_kanban_view .oe_kanban_footer_left .oe_kanban_mail_new {
line-height: 18px;
position: relative;
top: -1px;
}
.openerp .oe_kanban_view .oe_kanban_bottom_right {
float: right;
position: relative;
top: 4px;
top: 2px;
}
.openerp .oe_kanban_view .oe_kanban_status {
display: inline-block;
@ -450,6 +456,7 @@
}
.openerp .oe_kanban_view .oe_dropdown_kanban .oe_dropdown_menu {
left: 0;
top: 28px;
min-width: 160px;
}
.openerp .oe_kanban_view .oe_kanban_colorpicker {

View File

@ -325,16 +325,21 @@
display: inline-block
background: #E6E6E6
border: 1px solid #B9B9B9
color: #666
padding: 0 2px
line-height: 22px
line-height: 16px
@include radius(3px)
.oe_e
line-height: 12px
font-size: 22px
.oe_kanban_mail_new
line-height: 18px
position: relative
top: -1px
.oe_kanban_bottom_right
float: right
position: relative
top: 4px
top: 2px
.oe_kanban_status
display: inline-block
@ -369,6 +374,7 @@
text-decoration: none
.oe_dropdown_menu
left: 0
top: 28px
min-width: 160px
// }}}
// KanbanColorPicker {{{