misc visual cleanup on mobile
This commit is contained in:
parent
666fb76bfc
commit
b89dd900cc
3 changed files with 25 additions and 39 deletions
|
|
@ -7,9 +7,9 @@
|
||||||
= t('all_aspects')
|
= t('all_aspects')
|
||||||
- else
|
- else
|
||||||
= @aspect
|
= @aspect
|
||||||
|
|
||||||
%h1
|
|
||||||
= link_to t('.post_a_message'), '#publisher_page', :id => 'publisher_button'
|
= link_to t('.post_a_message'), '#publisher_page', :id => 'publisher_button'
|
||||||
|
|
||||||
|
|
||||||
#main_stream.stream
|
#main_stream.stream
|
||||||
= render 'shared/stream', :posts => @posts
|
= render 'shared/stream', :posts => @posts
|
||||||
-if @posts.length > 0
|
-if @posts.length > 0
|
||||||
|
|
|
||||||
|
|
@ -51,12 +51,10 @@
|
||||||
#content{:data => {:role => 'page', :theme => 'c'}}
|
#content{:data => {:role => 'page', :theme => 'c'}}
|
||||||
#header
|
#header
|
||||||
- if current_user
|
- if current_user
|
||||||
.left
|
|
||||||
= link_to(image_tag('icons/list_white.png'), '#menu', :id => "menu_button")
|
|
||||||
|
|
||||||
.right
|
.right
|
||||||
|
= link_to(image_tag('icons/list_white.png'), '#menu', :id => "menu_button")
|
||||||
= link_to(image_tag('icons/search_white.png'), people_path)
|
= link_to(image_tag('icons/search_white.png'), people_path)
|
||||||
= link_to(image_tag('white@2x.png', :height => 22, :width => 136), aspects_path)
|
= link_to(image_tag('white@2x.png', :height => 22, :width => 136, :id => 'header_title'), aspects_path)
|
||||||
|
|
||||||
= yield
|
= yield
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,24 +85,27 @@ a
|
||||||
|
|
||||||
.avatar
|
.avatar
|
||||||
:float left
|
:float left
|
||||||
:height 40px
|
:height 48px
|
||||||
:width 40px
|
:width 48px
|
||||||
|
|
||||||
.from
|
.from
|
||||||
a
|
a
|
||||||
|
:margin
|
||||||
|
:left -2px
|
||||||
:color #000 !important
|
:color #000 !important
|
||||||
:font
|
:font
|
||||||
:weight bold !important
|
:weight bold !important
|
||||||
|
|
||||||
|
:margin-bottom 2px
|
||||||
|
|
||||||
.content
|
.content
|
||||||
:padding
|
:padding
|
||||||
:left 45px
|
:left 58px
|
||||||
|
|
||||||
:border
|
:border
|
||||||
:bottom 1px solid #eee
|
:bottom 1px solid #eee
|
||||||
|
|
||||||
:padding 4px 4px
|
:padding 10px
|
||||||
:right 8px
|
|
||||||
|
|
||||||
.info
|
.info
|
||||||
:margin
|
:margin
|
||||||
|
|
@ -118,7 +121,8 @@ a
|
||||||
:font
|
:font
|
||||||
:weight normal
|
:weight normal
|
||||||
p
|
p
|
||||||
:margin 0
|
:margin 0 auto
|
||||||
|
:line-height 1.4em
|
||||||
|
|
||||||
.comment
|
.comment
|
||||||
:padding
|
:padding
|
||||||
|
|
@ -301,41 +305,26 @@ ul
|
||||||
:align left
|
:align left
|
||||||
|
|
||||||
#header
|
#header
|
||||||
:background
|
@include linear-gradient(#222, #000)
|
||||||
:color #111
|
|
||||||
:text
|
|
||||||
:align center
|
|
||||||
:padding 12px 0
|
|
||||||
:border
|
|
||||||
:bottom 1px solid #000
|
|
||||||
|
|
||||||
img
|
:padding 11px 5px
|
||||||
:padding
|
:bottom 7px
|
||||||
:top 2px
|
:border
|
||||||
:margin
|
:bottom 1px solid #444
|
||||||
:bottom -2px
|
|
||||||
|
|
||||||
.right
|
.right
|
||||||
:position absolute
|
:position absolute
|
||||||
:top 0
|
:top 0px
|
||||||
:padding 6px
|
:padding 6px
|
||||||
:top 5px
|
:top 4px
|
||||||
:right 0
|
:right 0
|
||||||
|
|
||||||
.left
|
|
||||||
:position absolute
|
|
||||||
:top 0
|
|
||||||
:padding 6px
|
|
||||||
:left 0
|
|
||||||
|
|
||||||
|
|
||||||
#footer
|
#footer
|
||||||
:background
|
:background
|
||||||
:color #ccc
|
:color #ccc
|
||||||
.inset
|
.inset
|
||||||
:padding 10px
|
:padding 10px
|
||||||
|
|
||||||
|
|
||||||
.notification_day_header
|
.notification_day_header
|
||||||
:padding 6px
|
:padding 6px
|
||||||
:background
|
:background
|
||||||
|
|
@ -348,13 +337,12 @@ ul
|
||||||
:color #666
|
:color #666
|
||||||
|
|
||||||
#aspect_header
|
#aspect_header
|
||||||
:text
|
:padding 4px 7px
|
||||||
:align center
|
:bottom 7px
|
||||||
:padding 4px
|
|
||||||
:font
|
:font
|
||||||
:weight bold
|
:weight bold
|
||||||
:text
|
:text
|
||||||
:shadow none
|
:shadow none
|
||||||
:background
|
:background
|
||||||
:color #333
|
:color #eee
|
||||||
:color #ccc
|
:color #999
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue