From 34250f7779c01fdc90a95e060fa2af55455059b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 4 Jul 2014 10:08:52 +0200 Subject: [PATCH] Minor filters style fixes. Still dont like it --- app/styles/dependencies/elements.scss | 4 ++-- app/styles/modules/backlog-table.scss | 3 +++ app/styles/modules/filters.scss | 13 ++++++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/app/styles/dependencies/elements.scss b/app/styles/dependencies/elements.scss index 03bb53fe..32beac37 100644 --- a/app/styles/dependencies/elements.scss +++ b/app/styles/dependencies/elements.scss @@ -47,9 +47,9 @@ ol { list-style: decimal; } } .clickable { - cursor:pointer; + cursor: pointer; } .draggable { - cursor:move; + cursor: move; } diff --git a/app/styles/modules/backlog-table.scss b/app/styles/modules/backlog-table.scss index 7b911fc7..1c26b68e 100644 --- a/app/styles/modules/backlog-table.scss +++ b/app/styles/modules/backlog-table.scss @@ -109,6 +109,9 @@ .user-story-tags { display: none; margin-top: .3rem; + .tag { + margin-right: .1rem; + } } .blocked { background: $red-light; diff --git a/app/styles/modules/filters.scss b/app/styles/modules/filters.scss index 32c1b5a4..4e1da0d3 100644 --- a/app/styles/modules/filters.scss +++ b/app/styles/modules/filters.scss @@ -30,7 +30,6 @@ } } form { - margin-bottom: 2rem; .icon-search { position: absolute; right: .5rem; @@ -44,7 +43,19 @@ @include transition (all .1s ease-in); } +.filters-applied { + margin-top: .5rem; + .single-filter { + margin-bottom: .5rem; + } +} + +.filter-list { + margin-top: 2rem; +} + .filters-cats { + margin-top: 2rem; li { border-bottom: 1px solid $gray-light; text-transform: uppercase;