Minor code style fixes

stable
Xavier Julián 2014-08-07 13:34:41 +02:00
parent 4358b81120
commit bc951be963
2 changed files with 2 additions and 8 deletions

View File

@ -38,14 +38,13 @@
}
.assigned-to {
color: darken($postit-hover, 15%);
display: block;
display: none;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
top: -6px;
white-space: nowrap;
width: 50px;
display: none;
}
}
.task-assigned {

View File

@ -63,16 +63,11 @@ $column-margin: 0 10px 0 0;
margin-right: 0;
}
.kanban-wip-limit {
@extend %xsmall;
@include table-flex();
background: $red;
border-radius: 2px;
bottom: 8px;
height: 4px;
margin: 0;
margin: .5rem 0;
padding: 0;
position: relative;
width: 100%;
}
}
.kanban-uses-box {