share with pane styles fixed

This commit is contained in:
danielvincent 2011-01-07 18:08:53 -08:00
parent 98ceb1ca6b
commit c5e0c616b5
4 changed files with 34 additions and 34 deletions

View file

@ -3,8 +3,9 @@
-# the COPYRIGHT file.
.span-12.last
.modal_title_bar
%h4= t('aspects.manage.add_a_new_aspect')
#facebox_header
%h4
= t('aspects.manage.add_a_new_aspect')
= form_for Aspect.new do |aspect|
= aspect.error_messages

View file

@ -6,7 +6,7 @@
= include_javascripts :aspects
#aspect_edit_pane
#aspect_edit_pane_header
#facebox_header
%h4
= @aspect
.description

View file

@ -3,11 +3,12 @@
-# the COPYRIGHT file.
#share_with
.share_with_header
= person_image_link(@person, :size => :thumb_medium)
%h3
#facebox_header
= person_image_link(@person, :size => :thumb_small)
%h4
= t('.share_with', :name => @person.name)
%p
.description
= t('.accepts', :name => @person.first_name)
= render :partial => 'share_with_pane',

View file

@ -2052,18 +2052,17 @@ h3,h4
:min-width 400px
:max-width 400px
.share_with_header
:min-height 100px
.avatar
:width 100px
:height 100px
:width 50px
:height 50px
:float left
h3,p
h4,p
:padding
:left 120px
h3
:margin 0
:left 64px
p
:color #eee
#aspects_list
:height auto
@ -2125,23 +2124,6 @@ ul.show_comments
:right 0.5em
#aspect_edit_pane
#aspect_edit_pane_header
:padding 1em
:background
:color #222
:border
:bottom 1px solid #777
:-webkit-border-radius 5px 5px 0 0
:-moz-border-radius 5px 5px 0 0
:border-radius 5px 5px 0 0
h4
:color #eee
:margin
:bottom 0
:width 400px
.person_tiles
.tile
@ -2162,6 +2144,22 @@ ul.show_comments
:position absolute
:left 6px
#facebox_header
:padding 1em
:background
:color #222
:border
:bottom 1px solid #777
:-webkit-border-radius 5px 5px 0 0
:-moz-border-radius 5px 5px 0 0
:border-radius 5px 5px 0 0
h4
:color #eee
:margin
:bottom 0
#aspect_edit_controls
:margin
:top 8px