fixing request bar on aspects#manage
This commit is contained in:
parent
95c31b18e2
commit
8de5c5babd
2 changed files with 9 additions and 3 deletions
|
|
@ -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')} =>"
|
||||
|
||||
|
|
@ -35,6 +34,9 @@
|
|||
|
||||
= render 'shared/invitations', :invites => @invites
|
||||
|
||||
%div{:style=>"color:rgb(252,252,252);"}
|
||||
\.
|
||||
|
||||
.span-19.last
|
||||
- for hash in @aspect_hashes
|
||||
.aspect.span-9{:data=>{:guid=>hash[:aspect].id}}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue