Shame CSS for taskboard table

stable
Xavier Julián 2014-07-01 13:20:07 +02:00
parent bd28d92e37
commit 06902994af
3 changed files with 12 additions and 2 deletions

View File

@ -74,3 +74,6 @@ $prefix-for-spec: true;
@import 'layout/project-colors';
@import 'layout/kanban';
@import 'layout/issues';
//Shame
@import 'shame/shame';

View File

@ -12,7 +12,6 @@ $column-margin: 0 10px 0 0;
}
.taskboard-table-header {
height: 40px;
margin-bottom: .5rem;
position: relative;
width: 100%;

View File

@ -1,3 +1,11 @@
// Shame SCSS decalrations to be refactorized
// No shame so far...
////TASKBOARD-TABLE.SCSS && TASKBOARD-TABLE.JADE////
//Taskboard table header brokes when added position relative and positionabsolute to its child
// No clearfix or known hack fixes it
// Could be because of flexbox?
// height of the table has been set manually, wich is ugly.
.taskboard-table-header {
height: 40px;
}