add z-index to home button, and some small whitespace junk [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-04-26 21:43:21 -07:00
parent 7309114136
commit 0f15c3e0b0
3 changed files with 2 additions and 4 deletions

View file

@ -20,10 +20,8 @@
left: 0;
height:100%;
}
}
.photos{
margin-top: 5px;
}

View file

@ -85,6 +85,7 @@
@include transition(opacity);
@include opacity(0.4);
z-index: 10;
position : absolute;
right : 10px;
top : 10px;

View file

@ -8,5 +8,4 @@
<input name="photo[user_file]" type="file"/>
<div class="photos well"></div>
</div>
</form>