add z-index to home button, and some small whitespace junk [ci skip]
This commit is contained in:
parent
7309114136
commit
0f15c3e0b0
3 changed files with 2 additions and 4 deletions
|
|
@ -20,10 +20,8 @@
|
|||
left: 0;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.photos{
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@
|
|||
@include transition(opacity);
|
||||
@include opacity(0.4);
|
||||
|
||||
z-index: 10;
|
||||
position : absolute;
|
||||
right : 10px;
|
||||
top : 10px;
|
||||
|
|
|
|||
|
|
@ -8,5 +8,4 @@
|
|||
<input name="photo[user_file]" type="file"/>
|
||||
<div class="photos well"></div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue