push stream listings to the side a bit

This commit is contained in:
Maxwell Salzberg 2012-02-01 13:56:52 -08:00
parent 51e5b0e02f
commit f826340336
4 changed files with 10 additions and 6 deletions

View file

@ -2,7 +2,7 @@
-# licensed under the Affero General Public License version 3 or later. See -# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file. -# the COPYRIGHT file.
%ul#aspect_nav.left_nav %ul#aspect_nav.left_nav.sub
%li.all_aspects %li.all_aspects
= link_to t('aspects.index.your_aspects'), aspects_path, :class => 'home_selector' = link_to t('aspects.index.your_aspects'), aspects_path, :class => 'home_selector'

View file

@ -40,15 +40,15 @@
/participation stream /participation stream
%ul.left_nav %ul.left_nav.sub
%li %li
= link_to t('streams.like_stream.title'), liked_stream_path, :class => 'home_selector', :rel => 'backbone' = link_to t('streams.like_stream.title'), liked_stream_path, :class => 'home_selector', :rel => 'backbone'
%ul.left_nav %ul.left_nav.sub
%li %li
= link_to t('streams.comment_stream.title'), commented_stream_path, :class => 'home_selector', :rel => 'backbone' = link_to t('streams.comment_stream.title'), commented_stream_path, :class => 'home_selector', :rel => 'backbone'
%ul.left_nav %ul.left_nav.sub
%li %li
= link_to t('streams.mentions.title'), mentioned_stream_path, :class => 'home_selector', :rel => 'backbone' = link_to t('streams.mentions.title'), mentioned_stream_path, :class => 'home_selector', :rel => 'backbone'

View file

@ -3,7 +3,7 @@
-# the COPYRIGHT file. -# the COPYRIGHT file.
- if user_signed_in? - if user_signed_in?
%ul.left_nav %ul.left_nav.sub
%li %li
%b=link_to t('streams.followed_tag.title'), followed_tags_stream_path, :class => 'home_selector' %b=link_to t('streams.followed_tag.title'), followed_tags_stream_path, :class => 'home_selector'

View file

@ -2903,6 +2903,9 @@ ul.left_nav
:bottom 15px :bottom 15px
:padding 0 :padding 0
&.sub
:padding-left 6px
a a
:color #777 :color #777
:font-weight bold :font-weight bold
@ -2994,6 +2997,7 @@ ul.left_nav
:left 25px :left 25px
:width 172px :width 172px
.section .section
.left_nav .left_nav
a.aspect_selector, a.aspect_selector,