From ec93817fe93f5b91708b6e3d482d55e6a815b3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 27 Jun 2014 14:46:26 +0200 Subject: [PATCH] Search result table refactor --- app/styles/modules/search-result-table.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/search-result-table.scss b/app/styles/modules/search-result-table.scss index 2e72e88a..7ca225e3 100644 --- a/app/styles/modules/search-result-table.scss +++ b/app/styles/modules/search-result-table.scss @@ -2,13 +2,17 @@ .row { @include table-flex; + padding: 20px; &:hover { background: lighten($green-taiga, 60%); @include transition (background .2s ease-in); } - div { + >div { @include table-flex-child(1, 0, 0); } + .user-stories { + @include table-flex-child(5, 500px, 0, 500px); + } } .row-selected { background: lighten($green-taiga, 60%); @@ -17,7 +21,6 @@ // TODO: refactor xaviju .user-story-name { - flex-basis: 500px; input { vertical-align: top; }