From 06902994af579b3f322c3c4c51201bbe0ff44399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 1 Jul 2014 13:20:07 +0200 Subject: [PATCH] Shame CSS for taskboard table --- app/styles/main.scss | 3 +++ app/styles/modules/taskboard-table.scss | 1 - app/styles/shame/shame.scss | 10 +++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/styles/main.scss b/app/styles/main.scss index 43c59604..6ccafb8a 100755 --- a/app/styles/main.scss +++ b/app/styles/main.scss @@ -74,3 +74,6 @@ $prefix-for-spec: true; @import 'layout/project-colors'; @import 'layout/kanban'; @import 'layout/issues'; + +//Shame +@import 'shame/shame'; diff --git a/app/styles/modules/taskboard-table.scss b/app/styles/modules/taskboard-table.scss index 6f03cbd6..44d292b0 100644 --- a/app/styles/modules/taskboard-table.scss +++ b/app/styles/modules/taskboard-table.scss @@ -12,7 +12,6 @@ $column-margin: 0 10px 0 0; } .taskboard-table-header { - height: 40px; margin-bottom: .5rem; position: relative; width: 100%; diff --git a/app/styles/shame/shame.scss b/app/styles/shame/shame.scss index 28dd9d86..01fd52db 100644 --- a/app/styles/shame/shame.scss +++ b/app/styles/shame/shame.scss @@ -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; +}