Skip to content

Commit

Permalink
Merge branch 'minimise_done_entries'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlabusch committed Feb 27, 2014
2 parents b53054b + 7dbcb3d commit fdf2229
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions wrms-kanban.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
background-image: url(/wrms3static/images/header.png);
background-repeat: no-repeat;
background-position: center top;

}

#kanban-overlay li > span.wrno {
Expand All @@ -58,13 +59,6 @@
display: block;
}

#kanban-overlay li > span.brief {
width: 100%;
padding: 15px 2px 0px 2px;
display: block;
margin: 5px 0px 5px 0px;
}

#kanban-overlay li div.budget_group {
opacity: 0.75;
width: 90%;
Expand Down Expand Up @@ -184,6 +178,30 @@
cursor: pointer;
}

#kanban-overlay li > span.brief {
width: 100%;
padding: 15px 2px 0px 2px;
display: block;
margin: 5px 0px 5px 0px;
}

.kanban-done div.budget_group,
.kanban-done div.user_group {
display: none;
}

.kanban-done span.wrno,
.kanban-done span.wrno_pretty,
.kanban-done span.status {
}

.kanban-done span.brief {
padding-top: 2px !important;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

ul.kanban-backlog li,
ul.kanban-this_week li {
background-color: #fff;
Expand Down

0 comments on commit fdf2229

Please sign in to comment.