push stream listings to the side a bit
This commit is contained in:
parent
51e5b0e02f
commit
f826340336
4 changed files with 10 additions and 6 deletions
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,21 +34,21 @@
|
||||||
= link_to t("streams.multi.title"), multi_stream_path, :class => 'home_selector', :rel => 'backbone'
|
= link_to t("streams.multi.title"), multi_stream_path, :class => 'home_selector', :rel => 'backbone'
|
||||||
|
|
||||||
= render 'aspects/aspect_listings', :stream => @stream
|
= render 'aspects/aspect_listings', :stream => @stream
|
||||||
|
|
||||||
#followed_tags_listing
|
#followed_tags_listing
|
||||||
= render 'tags/followed_tags_listings'
|
= render 'tags/followed_tags_listings'
|
||||||
|
|
||||||
|
|
||||||
/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'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue