[IMP] CSS kanban

bzr revid: fp@openerp.com-20121109222219-0ha5mfcu7povb3mo
This commit is contained in:
Fabien Pinckaers 2012-11-09 23:22:19 +01:00
parent 12f0682306
commit 70f20bb30c
2 changed files with 4 additions and 4 deletions

View File

@ -49,8 +49,8 @@
padding: 8px; padding: 8px;
margin-left: 3px; margin-left: 3px;
margin-right: 3px; margin-right: 3px;
padding-bottom: 16px; padding-bottom: 8px;
margin-bottom: 16px; margin-bottom: 10px;
-webkit-transform: rotate(-2deg); -webkit-transform: rotate(-2deg);
-o-transform: rotate(-2deg); -o-transform: rotate(-2deg);
-moz-transform: rotate(-2deg); -moz-transform: rotate(-2deg);

View File

@ -53,8 +53,8 @@
padding: 8px padding: 8px
margin-left: 3px margin-left: 3px
margin-right: 3px margin-right: 3px
padding-bottom: 16px padding-bottom: 8px
margin-bottom: 16px margin-bottom: 10px
@include rotate(-2deg) @include rotate(-2deg)
@include transition(all, 300ms) @include transition(all, 300ms)
.oe_kanban_record:nth-of-type(even) .oe_kanban_record:nth-of-type(even)