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
|
|
@ -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|
|
= form_for Request.new do |f|
|
||||||
= f.error_messages
|
= f.error_messages
|
||||||
|
|
|
||||||
|
|
@ -357,7 +357,7 @@ ul#publisher_content_pickers li {
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
.album .name {
|
.album .name {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 600;
|
z-index: 6;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
|
|
|
||||||
|
|
@ -438,7 +438,7 @@ ul#publisher_content_pickers li
|
||||||
|
|
||||||
.name
|
.name
|
||||||
:position absolute
|
:position absolute
|
||||||
:z-index 600
|
:z-index 6
|
||||||
:padding 1em
|
:padding 1em
|
||||||
:background rgba(0,0,0,0.8)
|
:background rgba(0,0,0,0.8)
|
||||||
:bottom 20px
|
:bottom 20px
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue