Skip to content
Snippets Groups Projects
Commit d34ba5f4 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[merge] trunk-mit

bzr revid: fp@tinyerp.com-20120710161557-yqyhqumwyduitvdf
parents 9add680f 1ccfc541
Branches
Tags
No related merge requests found
......@@ -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 {
......
......@@ -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 {{{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment