fixed way too high z-index in album div

This commit is contained in:
danielvincent 2010-08-09 21:27:17 -07:00
parent 988eea4215
commit d207c8b955
4 changed files with 7 additions and 5 deletions

View file

@ -5,8 +5,8 @@
.right#add_album_button
= link_to 'New Album', "#", :class => "button"
#add_album_pane.contextual_pane
= render "albums/new_album"
#add_album_pane.contextual_pane
= render "albums/new_album"
.sub_header
%ul.button_set

View file

@ -1,4 +1,6 @@
%h1= "Add a new friend to #{@group.name}"
%h1
Add a new friend to
%i= @group.name
= form_for Request.new do |f|
= f.error_messages

View file

@ -357,7 +357,7 @@ ul#publisher_content_pickers li {
display: inline-block; }
.album .name {
position: absolute;
z-index: 600;
z-index: 6;
padding: 1em;
background: rgba(0, 0, 0, 0.8);
bottom: 20px;

View file

@ -438,7 +438,7 @@ ul#publisher_content_pickers li
.name
:position absolute
:z-index 600
:z-index 6
:padding 1em
:background rgba(0,0,0,0.8)
:bottom 20px