diff --git a/app/views/aspects/_aspect_listings.haml b/app/views/aspects/_aspect_listings.haml index 3d645cf1c..a2e7d0867 100644 --- a/app/views/aspects/_aspect_listings.haml +++ b/app/views/aspects/_aspect_listings.haml @@ -4,7 +4,8 @@ %ul#aspect_nav.left_nav %li.all_aspects - .root_element= link_to t('aspects.index.your_aspects'), aspects_path + .root_element + = link_to t('aspects.index.your_aspects'), aspects_path - if @stream.is_a?(Stream::Aspect) %ul.sub_nav diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml index 0645f6cdb..ff5f18bea 100644 --- a/app/views/aspects/index.html.haml +++ b/app/views/aspects/index.html.haml @@ -31,32 +31,24 @@ .section %ul.left_nav %li - %b - = link_to t("streams.multi.title"), multi_path, :class => 'home_selector' + = link_to t("streams.multi.title"), multi_path, :class => 'home_selector' - .section = render 'aspects/aspect_listings', :stream => @stream - .section %ul.left_nav %li - %b - = link_to t('streams.mentions.title'), mentions_path, :class => 'home_selector' + = link_to t('streams.mentions.title'), mentions_path, :class => 'home_selector' - .section %ul.left_nav %li - %b - = link_to t('streams.comment_stream.title'), comment_stream_path, :class => 'home_selector' + = link_to t('streams.comment_stream.title'), comment_stream_path, :class => 'home_selector' - .section %ul.left_nav %li - %b - = link_to t('streams.like_stream.title'), like_stream_path, :class => 'home_selector' + = link_to t('streams.like_stream.title'), like_stream_path, :class => 'home_selector' - .section#followed_tags_listing - = render 'tags/followed_tags_listings' + #followed_tags_listing + = render 'tags/followed_tags_listings' .span-13.append-1 #aspect_stream_container.stream_container diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 5d5581efa..143a8e84c 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -2861,9 +2861,13 @@ ul#requested-scopes ul.left_nav :margin 0 - :bottom 20px + :bottom 15px :padding 0 + a + :color #777 + :font-weight bold + li :position relative :width 100% @@ -2904,9 +2908,6 @@ ul.left_nav :width 100% :padding 3px 7px - .root_element - :font-weight 700 - a.aspect_selector, a.home_selector, a.tag_selector,