fixed padding in kanban tags and searchview tags

bzr revid: mit@openerp.com-20120801142805-5drbpx6t3ks7p86s
This commit is contained in:
Minh Tran 2012-08-01 16:28:05 +02:00
parent 0fa88efde6
commit 3364a85ba5
4 changed files with 9 additions and 1 deletions

View File

@ -1592,6 +1592,7 @@
line-height: 8px;
width: 12px;
height: 12px;
padding-top: 1px;
text-align: center;
font-weight: bold;
cursor: pointer;

View File

@ -1227,6 +1227,7 @@ $sheet-max-width: 860px
line-height: 8px
width: 12px
height: 12px
padding-top: 1px
text-align: center
font-weight: bold
cursor: pointer

View File

@ -1,4 +1,3 @@
@charset "utf-8";
.openerp .oe_kanban_view {
background: url(/web/static/src/img/form_sheetbg.png);
height: inherit;
@ -169,6 +168,10 @@
.openerp .oe_kanban_view .oe_kanban_details h4 {
margin: 0 0 4px 0;
}
.openerp .oe_kanban_view .oe_kanban_details .oe_tag {
display: inline-block;
margin: 0 0 2px 0;
}
.openerp .oe_kanban_view .oe_kanban_record {
position: relative;
display: block;

View File

@ -176,6 +176,9 @@
color: #4c4c4c
h4
margin: 0 0 4px 0
.oe_tag
display: inline-block
margin: 0 0 2px 0
.oe_kanban_record
position: relative
display: block