somewhat there

This commit is contained in:
danielvincent 2010-10-17 23:09:24 -07:00
parent 4fbe933158
commit 15104cf920
6 changed files with 31 additions and 47 deletions

View file

@ -10,6 +10,7 @@
= render 'aspects/empty_messages' = render 'aspects/empty_messages'
= render "shared/publisher"
%ul#stream %ul#stream
- for post in @posts - for post in @posts
= render type_partial(post), :post => post unless post.class == Album = render type_partial(post), :post => post unless post.class == Album

View file

@ -5,11 +5,9 @@
- content_for :left_pane do - content_for :left_pane do
= render "shared/aspect_friends" = render "shared/aspect_friends"
- content_for :publish do
= render "shared/publisher", :aspect_ids => :all
= render 'aspects/empty_messages' = render 'aspects/empty_messages'
= render "shared/publisher"
%ul#stream %ul#stream
- for post in @posts - for post in @posts
= render type_partial(post), :post => post unless post.class == Album = render type_partial(post), :post => post unless post.class == Album

View file

@ -57,13 +57,12 @@
%li= link_to t('.logout.'), destroy_user_session_path %li= link_to t('.logout.'), destroy_user_session_path
= render "shared/aspect_nav" = render "shared/aspect_nav"
= render "shared/sub_header"
.container .container
.span-4.append-1.last .span-4.append-1.last
= yield :left_pane = yield :left_pane
.span-19.last .span-15.last
= yield = yield
.span-19.prepend-5.last .span-19.prepend-5.last

View file

@ -4,6 +4,7 @@
#left_pane #left_pane
%h2= @aspect
#friend_pictures #friend_pictures
= owner_image_link = owner_image_link
- for friend in @friends - for friend in @friends

View file

@ -1,6 +1,6 @@
#aspect_header #aspect_header
.container .container
.span-5.last .span-4.last
- if @person - if @person
%h2 %h2
= @person.real_name = @person.real_name
@ -16,5 +16,5 @@
.page_title .page_title
= yield :page_title = yield :page_title
.span-19.last{ :style => "position:relative;" } .span-15.last{ :style => "position:relative;" }
= yield :publish = yield :publish

View file

@ -104,14 +104,10 @@ header
:margin -2em :margin -2em
:bottom 2em :bottom 2em
:color #000 :color #000
:background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#222))
:background -moz-linear-gradient(19% 75% 90deg, #222, #666)
:background :background
:color #666 :color #333
:padding 0 :padding 0
:top 5px :top 5px
:border
:bottom 1px solid #ccc
a a
:color #CCC :color #CCC
@ -130,7 +126,7 @@ header
ul#user_menu ul#user_menu
a a
:text-shadow 0 1px 0 #444 :text-shadow 0 1px 0 #000
:z-index 10 :z-index 10
:font :font
@ -182,16 +178,13 @@ header
#global_search #global_search
:margin :margin
:left 400px :left 425px
#aspect_header #aspect_header
:-webkit-box-shadow 0px -4px 6px -2px #777 :-webkit-box-shadow 0px -4px 6px -2px #777
:background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#EEEEEE))
:background -moz-linear-gradient(19% 75% 90deg, #eee, #f7f7f7)
:background :background
:color #eee :color #fff
:border :border
:top 1px solid #fff :top 1px solid #fff
:padding 20px 0 :padding 20px 0
@ -232,6 +225,9 @@ ul#stream
.right .right
:top 0 :top 0
.avatar
:border-radius 5px
li.message li.message
:position relative :position relative
:line-height 19px :line-height 19px
@ -614,11 +610,20 @@ label
#publisher #publisher
:color #999 :color #999
:position relative :position relative
:height 65px
:width 100%
:margin
:bottom 10px
:top 50px
:border
:bottom 2px #777 solid
.avatar .avatar
:float left :float left
:margin :margin
:right 15px :right 15px
:border-radius 5px
p p
:position absolute :position absolute
@ -634,7 +639,7 @@ label
:right 20px :right 20px
textarea textarea
:width 570px :width 515px
:height 42px :height 42px
:margin 0 :margin 0
@ -773,7 +778,7 @@ h1.big_text
#aspect_nav #aspect_nav
:color #000 :color #000
:margin :margin
:top 8px :top 0
:bottom 1px :bottom 1px
:font :font
@ -807,18 +812,13 @@ h1.big_text
:color #CCC :color #CCC
&:hover &:hover
:background
:color #4e4e4e
:color #eee :color #eee
&.selected a &.selected a
:-webkit-border-radius 5px 5px 0 0 :-webkit-border-radius 5px 5px 0 0
:-moz-border-radius 5px 5px 0 0 :-moz-border-radius 5px 5px 0 0
:-webkit-box-shadow 0px -4px 6px -2px #777 :text-shadow 0 1px 0 #eee
:-moz-box-shadow 0px -4px 6px -2px #777
:text-shadow 0 1px 0 #fff
:padding :padding
:top 4px :top 4px
:bottom 5px :bottom 5px
@ -827,17 +827,11 @@ h1.big_text
:font :font
:weight bold :weight bold
:background :background
:color #eee :color #fff
:background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F7F7F7))
:background -moz-linear-gradient(19% 75% 90deg, #f7f7f7, #fff)
:border 1px solid #fff
:bottom 1px solid #F7F7F7
:color #444 :color #444
&:hover &:hover
:background :color #888
:color #efefef
a a
:color #000 :color #000
.new_requests .new_requests
@ -854,19 +848,13 @@ h1.big_text
input input
:display inline :display inline
:font :font
:size 12px :size 13px
:border none :border none
input[type='text'] input[type='text']
:width 200px :width 200px
:padding 2px :padding 2px
label
:font
:size 12px
:margin
:top -3px
.aspect, .aspect,
.requests, .requests,
@ -991,8 +979,8 @@ ul#settings_nav
:line-height 1em :line-height 1em
img img
:margin-right -1px :margin-right -1px
:width 35px :width 30px
:height 35px :height 30px
#thumbnails #thumbnails
:line-height 14px :line-height 14px
@ -1028,13 +1016,10 @@ ul#settings_nav
h3 h3
:color #777 :color #777
:margin :margin 0
:left 70px
:padding 2em :padding 2em
:bottom 0.7em :bottom 0.7em
:width 520px
:border 2px dashed #777 :border 2px dashed #777
:border-radius 5px :border-radius 5px