grey left nav
This commit is contained in:
parent
1b8f78e006
commit
7f51bc02ef
3 changed files with 13 additions and 19 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -31,32 +31,24 @@
|
||||||
.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
|
||||||
#aspect_stream_container.stream_container
|
#aspect_stream_container.stream_container
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue