fixed way too high z-index in album div
This commit is contained in:
parent
988eea4215
commit
d207c8b955
4 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue