Skip to content

Commit

Permalink
[#5746] Tweak borders on Kanban Overview
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Jun 1, 2011
1 parent da2d205 commit ce63e2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/stylesheets/redmine_kanban.css
Expand Up @@ -287,7 +287,13 @@ div.calendar {
border: none; }
#kanban.kanban-overview h4.user-name {
border: none; }
#kanban.kanban-overview .kanban-headers {
border-bottom: 4px solid #000000; }
#kanban.kanban-overview .horizontal-lane, #kanban.kanban-overview .horizontal-lane .pane, #kanban.kanban-overview .project-lane div.project {
min-height: 60px; }
#kanban.kanban-overview .project-lane div.project {
border-top-width: 0; }
#kanban.kanban-overview div.clearing-row, #kanban.kanban-overview .clearing-row .pane {
min-height: 1px; }
#kanban.kanban-overview div.clearing-row .pane {
border-width: 4px 0 0 0; }
3 changes: 3 additions & 0 deletions assets/stylesheets/redmine_kanban.scss
Expand Up @@ -245,6 +245,9 @@ div.calendar {z-index: 9999;}
#kanban.kanban-overview {
h2.project-name {border: none;}
h4.user-name {border: none;}
.kanban-headers { border-bottom: 4px solid #000000; }
.horizontal-lane, .horizontal-lane .pane, .project-lane div.project { min-height: 60px; }
.project-lane div.project { border-top-width: 0; }
div.clearing-row, .clearing-row .pane {min-height: 1px;}
div.clearing-row .pane {border-width: 4px 0 0 0;}
}

0 comments on commit ce63e2d

Please sign in to comment.