share with pane styles fixed
This commit is contained in:
parent
98ceb1ca6b
commit
c5e0c616b5
4 changed files with 34 additions and 34 deletions
|
|
@ -3,8 +3,9 @@
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
.span-12.last
|
.span-12.last
|
||||||
.modal_title_bar
|
#facebox_header
|
||||||
%h4= t('aspects.manage.add_a_new_aspect')
|
%h4
|
||||||
|
= t('aspects.manage.add_a_new_aspect')
|
||||||
|
|
||||||
= form_for Aspect.new do |aspect|
|
= form_for Aspect.new do |aspect|
|
||||||
= aspect.error_messages
|
= aspect.error_messages
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
= include_javascripts :aspects
|
= include_javascripts :aspects
|
||||||
|
|
||||||
#aspect_edit_pane
|
#aspect_edit_pane
|
||||||
#aspect_edit_pane_header
|
#facebox_header
|
||||||
%h4
|
%h4
|
||||||
= @aspect
|
= @aspect
|
||||||
.description
|
.description
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,13 @@
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
#share_with
|
#share_with
|
||||||
.share_with_header
|
#facebox_header
|
||||||
= person_image_link(@person, :size => :thumb_medium)
|
= person_image_link(@person, :size => :thumb_small)
|
||||||
%h3
|
%h4
|
||||||
= t('.share_with', :name => @person.name)
|
= t('.share_with', :name => @person.name)
|
||||||
%p
|
|
||||||
= t('.accepts', :name => @person.first_name)
|
.description
|
||||||
|
= t('.accepts', :name => @person.first_name)
|
||||||
|
|
||||||
= render :partial => 'share_with_pane',
|
= render :partial => 'share_with_pane',
|
||||||
:locals => {:person => @person,
|
:locals => {:person => @person,
|
||||||
|
|
|
||||||
|
|
@ -2052,18 +2052,17 @@ h3,h4
|
||||||
:min-width 400px
|
:min-width 400px
|
||||||
:max-width 400px
|
:max-width 400px
|
||||||
|
|
||||||
.share_with_header
|
|
||||||
:min-height 100px
|
|
||||||
|
|
||||||
.avatar
|
.avatar
|
||||||
:width 100px
|
:width 50px
|
||||||
:height 100px
|
:height 50px
|
||||||
:float left
|
:float left
|
||||||
h3,p
|
|
||||||
|
h4,p
|
||||||
:padding
|
:padding
|
||||||
:left 120px
|
:left 64px
|
||||||
h3
|
|
||||||
:margin 0
|
p
|
||||||
|
:color #eee
|
||||||
|
|
||||||
#aspects_list
|
#aspects_list
|
||||||
:height auto
|
:height auto
|
||||||
|
|
@ -2125,23 +2124,6 @@ ul.show_comments
|
||||||
:right 0.5em
|
:right 0.5em
|
||||||
|
|
||||||
#aspect_edit_pane
|
#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
|
:width 400px
|
||||||
.person_tiles
|
.person_tiles
|
||||||
.tile
|
.tile
|
||||||
|
|
@ -2162,6 +2144,22 @@ ul.show_comments
|
||||||
:position absolute
|
:position absolute
|
||||||
:left 6px
|
: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
|
#aspect_edit_controls
|
||||||
:margin
|
:margin
|
||||||
:top 8px
|
:top 8px
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue