From 246df0cc860869c94be679eb15896d3ceae9c694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 6 Nov 2014 09:55:21 +0100 Subject: [PATCH] Minor style improvements and fix scss attribute order errors --- app/styles/components/kanban-task.scss | 7 +++---- app/styles/components/taskboard-task.scss | 11 +++++------ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/app/styles/components/kanban-task.scss b/app/styles/components/kanban-task.scss index 45d73e47..e6a47862 100644 --- a/app/styles/components/kanban-task.scss +++ b/app/styles/components/kanban-task.scss @@ -28,13 +28,12 @@ } .kanban-tagline { @include table-flex(); - border-color: $postit-hover; //Fallback + border-color: $postit-hover; height: .6rem; } .kanban-tag { @include table-flex-child(1, 0, 0, 0); - border-color: $postit-hover; //Fallback - z-index: 100; + border-color: $postit-hover; height: .6rem; } .kanban-task-inner { @@ -135,7 +134,7 @@ .kanban-task-minimized { .kanban-task-inner { - padding: .3rem; + padding: 0 .3rem; } .avatar { @include table-flex-child($flex-basis: 40px); diff --git a/app/styles/components/taskboard-task.scss b/app/styles/components/taskboard-task.scss index 9b9f684c..6e4d57fb 100644 --- a/app/styles/components/taskboard-task.scss +++ b/app/styles/components/taskboard-task.scss @@ -34,20 +34,19 @@ } .taskboard-tagline { @include table-flex(); - border-color: $postit-hover; //Fallback + border-color: $postit-hover; height: .6rem; } .taskboard-tag { @include table-flex-child(1, 0, 0, 0); - border-color: $postit-hover; //Fallback - z-index: 100; + border-top: .3rem solid $postit-hover; height: .6rem; - border-top: .3rem solid; + z-index: 100; } .taskboard-task-inner { @include table-flex(); - min-height: 7.5rem; - padding: 1rem .5rem; + min-height: 7rem; + padding: .5rem; } .taskboard-user-avatar { .avatar {