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;
|
left: 0;
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.photos{
|
.photos{
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@
|
||||||
@include transition(opacity);
|
@include transition(opacity);
|
||||||
@include opacity(0.4);
|
@include opacity(0.4);
|
||||||
|
|
||||||
|
z-index: 10;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
right : 10px;
|
right : 10px;
|
||||||
top : 10px;
|
top : 10px;
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,4 @@
|
||||||
<input name="photo[user_file]" type="file"/>
|
<input name="photo[user_file]" type="file"/>
|
||||||
<div class="photos well"></div>
|
<div class="photos well"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue