diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml index 95c6c2dc45ef15494835e7a0e63eab2ce10b0665..8b651bf9a713f95631f6f5be6264a11dfb3b3eca 100644 --- a/app/views/aspects/index.html.haml +++ b/app/views/aspects/index.html.haml @@ -10,6 +10,7 @@ = render 'aspects/empty_messages' += render "shared/publisher" %ul#stream - for post in @posts = render type_partial(post), :post => post unless post.class == Album diff --git a/app/views/aspects/show.html.haml b/app/views/aspects/show.html.haml index d2cd9c04ca2720bbc0c6479c230803f917d373a6..ebe66cf418f24a380b2afce9284671cb0714de8b 100644 --- a/app/views/aspects/show.html.haml +++ b/app/views/aspects/show.html.haml @@ -5,11 +5,9 @@ - content_for :left_pane do = render "shared/aspect_friends" -- content_for :publish do - = render "shared/publisher", :aspect_ids => :all - = render 'aspects/empty_messages' += render "shared/publisher" %ul#stream - for post in @posts = render type_partial(post), :post => post unless post.class == Album diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index c4f2be12c60e3a95a73e69a68310ca5799adb014..7bf4c106fa654f0a49f53362997b668d6e43c322 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -57,13 +57,12 @@ %li= link_to t('.logout.'), destroy_user_session_path = render "shared/aspect_nav" - = render "shared/sub_header" .container .span-4.append-1.last = yield :left_pane - .span-19.last + .span-15.last = yield .span-19.prepend-5.last diff --git a/app/views/shared/_aspect_friends.haml b/app/views/shared/_aspect_friends.haml index d50a369d3fc0407a9e420c74e822f56ade199a59..876da05e79b64aca1e6f6b94f0b5d71f4b938110 100644 --- a/app/views/shared/_aspect_friends.haml +++ b/app/views/shared/_aspect_friends.haml @@ -4,6 +4,7 @@ #left_pane + %h2= @aspect #friend_pictures = owner_image_link - for friend in @friends diff --git a/app/views/shared/_sub_header.haml b/app/views/shared/_sub_header.haml index 50c80da532ad498cd5da69ea43cb8fb9898294fc..6f4032c1e026efc68602e6832511d8d7d1518bc6 100644 --- a/app/views/shared/_sub_header.haml +++ b/app/views/shared/_sub_header.haml @@ -1,6 +1,6 @@ #aspect_header .container - .span-5.last + .span-4.last - if @person %h2 = @person.real_name @@ -16,5 +16,5 @@ .page_title = yield :page_title - .span-19.last{ :style => "position:relative;" } + .span-15.last{ :style => "position:relative;" } = yield :publish diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 6db368b34dee053e8f8f64bdc1392901c25529ca..9b448edee95c36d044da99df26ef4c48742213b9 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -104,14 +104,10 @@ header :margin -2em :bottom 2em :color #000 - :background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#222)) - :background -moz-linear-gradient(19% 75% 90deg, #222, #666) :background - :color #666 + :color #333 :padding 0 :top 5px - :border - :bottom 1px solid #ccc a :color #CCC @@ -130,7 +126,7 @@ header ul#user_menu a - :text-shadow 0 1px 0 #444 + :text-shadow 0 1px 0 #000 :z-index 10 :font @@ -182,16 +178,13 @@ header #global_search :margin - :left 400px + :left 425px #aspect_header :-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 - :color #eee + :color #fff :border :top 1px solid #fff :padding 20px 0 @@ -232,6 +225,9 @@ ul#stream .right :top 0 + .avatar + :border-radius 5px + li.message :position relative :line-height 19px @@ -614,11 +610,20 @@ label #publisher :color #999 :position relative + :height 65px + :width 100% + :margin + :bottom 10px + :top 50px + + :border + :bottom 2px #777 solid .avatar :float left :margin :right 15px + :border-radius 5px p :position absolute @@ -634,7 +639,7 @@ label :right 20px textarea - :width 570px + :width 515px :height 42px :margin 0 @@ -773,7 +778,7 @@ h1.big_text #aspect_nav :color #000 :margin - :top 8px + :top 0 :bottom 1px :font @@ -807,18 +812,13 @@ h1.big_text :color #CCC &:hover - :background - :color #4e4e4e :color #eee &.selected a :-webkit-border-radius 5px 5px 0 0 :-moz-border-radius 5px 5px 0 0 - :-webkit-box-shadow 0px -4px 6px -2px #777 - :-moz-box-shadow 0px -4px 6px -2px #777 - - :text-shadow 0 1px 0 #fff + :text-shadow 0 1px 0 #eee :padding :top 4px :bottom 5px @@ -827,17 +827,11 @@ h1.big_text :font :weight bold :background - :color #eee - - :background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F7F7F7)) - :background -moz-linear-gradient(19% 75% 90deg, #f7f7f7, #fff) + :color #fff - :border 1px solid #fff - :bottom 1px solid #F7F7F7 :color #444 &:hover - :background - :color #efefef + :color #888 a :color #000 .new_requests @@ -854,19 +848,13 @@ h1.big_text input :display inline :font - :size 12px + :size 13px :border none input[type='text'] :width 200px :padding 2px - label - :font - :size 12px - :margin - :top -3px - .aspect, .requests, @@ -991,8 +979,8 @@ ul#settings_nav :line-height 1em img :margin-right -1px - :width 35px - :height 35px + :width 30px + :height 30px #thumbnails :line-height 14px @@ -1028,13 +1016,10 @@ ul#settings_nav h3 :color #777 - :margin - :left 70px + :margin 0 :padding 2em :bottom 0.7em - :width 520px - :border 2px dashed #777 :border-radius 5px