css fix on followed tags nav
This commit is contained in:
parent
1e4ee472b7
commit
632eacc51f
2 changed files with 16 additions and 5 deletions
|
|
@ -15,14 +15,16 @@
|
||||||
.section
|
.section
|
||||||
= render 'aspects/aspect_listings'
|
= render 'aspects/aspect_listings'
|
||||||
|
|
||||||
|
.section
|
||||||
%ul.left_nav
|
%ul.left_nav
|
||||||
%li
|
%li
|
||||||
= t('aspects.index.tags_following')
|
%div.root_element
|
||||||
|
= t('aspects.index.tags_following')
|
||||||
|
|
||||||
%ul.sub_nav
|
%ul.sub_nav
|
||||||
- for tg in tags
|
- for tg in tags
|
||||||
%li
|
%li
|
||||||
= link_to "##{tg.name}", tag_path(:name => tg.name)
|
= link_to "##{tg.name}", tag_path(:name => tg.name), :class => "tag_selector"
|
||||||
|
|
||||||
.span-13.append-1.prepend-5
|
.span-13.append-1.prepend-5
|
||||||
#aspect_stream_container.stream_container
|
#aspect_stream_container.stream_container
|
||||||
|
|
|
||||||
|
|
@ -2786,6 +2786,7 @@ ul#requested-scopes
|
||||||
|
|
||||||
ul.left_nav
|
ul.left_nav
|
||||||
:margin 0
|
:margin 0
|
||||||
|
:bottom 20px
|
||||||
:padding 0
|
:padding 0
|
||||||
|
|
||||||
li
|
li
|
||||||
|
|
@ -2793,11 +2794,16 @@ ul.left_nav
|
||||||
:width 100%
|
:width 100%
|
||||||
|
|
||||||
a.aspect_selector,
|
a.aspect_selector,
|
||||||
a.home_selector
|
a.home_selector,
|
||||||
|
a.tag_selector,
|
||||||
|
.root_element
|
||||||
:display block
|
:display block
|
||||||
:width 100%
|
:width 100%
|
||||||
:padding 3px 7px
|
:padding 3px 7px
|
||||||
|
|
||||||
|
a.aspect_selector,
|
||||||
|
a.home_selector,
|
||||||
|
a.tag_selector
|
||||||
&:hover
|
&:hover
|
||||||
@include border-radius(2px)
|
@include border-radius(2px)
|
||||||
|
|
||||||
|
|
@ -2841,8 +2847,10 @@ ul.left_nav
|
||||||
:margin 0
|
:margin 0
|
||||||
li
|
li
|
||||||
:width 155px
|
:width 155px
|
||||||
|
|
||||||
a.aspect_selector,
|
a.aspect_selector,
|
||||||
a.new_aspect
|
a.new_aspect,
|
||||||
|
a.tag_selector
|
||||||
:padding
|
:padding
|
||||||
:left 15px
|
:left 15px
|
||||||
:width 182px
|
:width 182px
|
||||||
|
|
@ -2862,7 +2870,8 @@ ul.left_nav
|
||||||
:width 140px
|
:width 140px
|
||||||
|
|
||||||
a.aspect_selector,
|
a.aspect_selector,
|
||||||
a.new_aspect
|
a.new_aspect,
|
||||||
|
a.tag_selector
|
||||||
:width 140px
|
:width 140px
|
||||||
|
|
||||||
li:hover
|
li:hover
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue