removed fixed sidebar for tag following
This commit is contained in:
parent
06abdce180
commit
ecaf7974e3
3 changed files with 20 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
|||
- content_for :head do
|
||||
= include_javascripts :home
|
||||
|
||||
.span-5.leftNavBar.fixed
|
||||
.span-5.leftNavBar
|
||||
#home_user_badge
|
||||
= owner_image_link
|
||||
%h3
|
||||
|
|
@ -22,11 +22,16 @@
|
|||
= t('aspects.index.tags_following')
|
||||
|
||||
%ul.sub_nav
|
||||
- if tags.size > 0
|
||||
- for tg in tags
|
||||
%li
|
||||
= link_to "##{tg.name}", tag_path(:name => tg.name), :class => "tag_selector"
|
||||
- else
|
||||
%li
|
||||
%span.new_aspect
|
||||
No tags
|
||||
|
||||
.span-13.append-1.prepend-5
|
||||
.span-13.append-1
|
||||
#aspect_stream_container.stream_container
|
||||
= render 'aspect_stream',
|
||||
:aspect => @aspect,
|
||||
|
|
|
|||
|
|
@ -2849,7 +2849,7 @@ ul.left_nav
|
|||
:width 155px
|
||||
|
||||
a.aspect_selector,
|
||||
a.new_aspect,
|
||||
.new_aspect,
|
||||
a.tag_selector
|
||||
:padding
|
||||
:left 15px
|
||||
|
|
@ -2870,7 +2870,7 @@ ul.left_nav
|
|||
:width 140px
|
||||
|
||||
a.aspect_selector,
|
||||
a.new_aspect,
|
||||
.new_aspect,
|
||||
a.tag_selector
|
||||
:width 140px
|
||||
|
||||
|
|
|
|||
|
|
@ -85,8 +85,15 @@
|
|||
|
||||
.button.red_on_hover
|
||||
&:hover
|
||||
@include linear-gradient(desaturate(lighten($red, 20%),20%), desaturate(lighten($red,14%),20%))
|
||||
:color black
|
||||
@include linear-gradient(lighten(#F74427, 10%), darken(#F74427,0%))
|
||||
:color #222
|
||||
|
||||
:border 1px solid #666
|
||||
:top 1px solid #777
|
||||
:bottom 1px solid darken(#666,13%)
|
||||
|
||||
&:active
|
||||
:text-shadow none
|
||||
|
||||
.right
|
||||
:position absolute
|
||||
|
|
|
|||
Loading…
Reference in a new issue