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

View File

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