From ae8ae1fe41b60315ec7861bc975c9a50012a9c69 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 3 Jul 2014 15:10:07 +1000 Subject: [PATCH] Fix styling on hubs list to make accordion icons sit vertically aligned --- app/assets/stylesheets/darkswarm/active_table.css.sass | 1 - app/views/home/_skinny.html.haml | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/active_table.css.sass b/app/assets/stylesheets/darkswarm/active_table.css.sass index d1c8e092a6..b472c36915 100644 --- a/app/assets/stylesheets/darkswarm/active_table.css.sass +++ b/app/assets/stylesheets/darkswarm/active_table.css.sass @@ -6,7 +6,6 @@ margin: 2em 0em @include user-select(none) .active_table_row - padding: 0.8em 0.5em display: block &:first-child cursor: pointer diff --git a/app/views/home/_skinny.html.haml b/app/views/home/_skinny.html.haml index 768d16f2b6..e5567f3d38 100644 --- a/app/views/home/_skinny.html.haml +++ b/app/views/home/_skinny.html.haml @@ -15,4 +15,7 @@ Orders closed .columns.small-1.text-right - %i{"ng-class" => "{'ofn-i_005-caret-down' : !open(), 'ofn-i_006-caret-up' : open()}"} + / This forces line-height to be triggered + %span   + %i{"ng-class" => "{'ofn-i_005-caret-down' : !open(), 'ofn-i_006-caret-up' : open()}"} +