grey left nav

This commit is contained in:
danielgrippi 2011-12-18 17:21:38 -08:00 committed by Dennis Collinson
parent 1b8f78e006
commit 7f51bc02ef
3 changed files with 13 additions and 19 deletions

View file

@ -4,7 +4,8 @@
%ul#aspect_nav.left_nav %ul#aspect_nav.left_nav
%li.all_aspects %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) - if @stream.is_a?(Stream::Aspect)
%ul.sub_nav %ul.sub_nav

View file

@ -31,31 +31,23 @@
.section .section
%ul.left_nav %ul.left_nav
%li %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 = render 'aspects/aspect_listings', :stream => @stream
.section
%ul.left_nav %ul.left_nav
%li %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 %ul.left_nav
%li %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 %ul.left_nav
%li %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 #followed_tags_listing
= render 'tags/followed_tags_listings' = render 'tags/followed_tags_listings'
.span-13.append-1 .span-13.append-1

View file

@ -2861,9 +2861,13 @@ ul#requested-scopes
ul.left_nav ul.left_nav
:margin 0 :margin 0
:bottom 20px :bottom 15px
:padding 0 :padding 0
a
:color #777
:font-weight bold
li li
:position relative :position relative
:width 100% :width 100%
@ -2904,9 +2908,6 @@ ul.left_nav
:width 100% :width 100%
:padding 3px 7px :padding 3px 7px
.root_element
:font-weight 700
a.aspect_selector, a.aspect_selector,
a.home_selector, a.home_selector,
a.tag_selector, a.tag_selector,