Fix kanban header

stable
David Barragán Merino 2014-09-17 18:13:18 +02:00
parent 1dbf14fa4a
commit c506791988
2 changed files with 8 additions and 24 deletions

View File

@ -7,16 +7,14 @@ block content
div.wrapper(tg-kanban, ng-controller="KanbanController as ctrl"
ng-init="section='kanban'")
section.main.kanban
div.kanban-detail-header
h1
span(tg-bo-bind="project.name", class="project-name")
span.green(tg-bo-bind="sectionName")
div.kanban-settings
// a.button.button-trans(href="", title="Filter")
// span.icon.icon-filter
// span Filters
//a.button.button-gray(href="", title="Filter")
// span Show Statistics
header
include views/components/mainTitle
//- div.kanban-settings
//- // a.button.button-trans(href="", title="Filter")
//- // span.icon.icon-filter
//- // span Filters
//- //a.button.button-gray(href="", title="Filter")
//- // span Show Statistics
//-include views/components/large-summary
//-include views/modules/burndown
//-include views/modules/list-filters-kanban

View File

@ -1,9 +1,4 @@
.kanban {
.kanban-detail-header {
h1 {
display: inline-block;
}
}
.kanban-settings {
float: right;
}
@ -14,12 +9,3 @@
margin-bottom: 1rem;
}
}
//.task-column {
// height: 100vh;
// overflow-x: auto;
// padding-right: 17px;
// .mCS-minimal-dark {
// opacity: 1!important;
// }
//}