fixing request bar on aspects#manage

This commit is contained in:
danielvincent 2010-12-10 10:12:09 -08:00
parent 95c31b18e2
commit 8de5c5babd
2 changed files with 9 additions and 3 deletions

View file

@ -15,9 +15,8 @@
#manage_aspect_zones
.span-4.append-1.last
%h3=t('.requests')
.requests
%h3=t('.requests')
%i
%p= "#{t('.drag_to_add')} =>"
@ -33,7 +32,10 @@
.circle
= link_to person_image_tag(hash[:sender]), hash[:sender]
= render 'shared/invitations', :invites => @invites
= render 'shared/invitations', :invites => @invites
%div{:style=>"color:rgb(252,252,252);"}
\.
.span-19.last
- for hash in @aspect_hashes

View file

@ -1158,6 +1158,10 @@ label
:background
:color rgba(208,49,43,1)
.requests
:position fixed
:background-color rgb(252,252,252)
.aspect
:margin
:right 20px