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; left: 0;
height:100%; height:100%;
} }
} }
.photos{ .photos{
margin-top: 5px; margin-top: 5px;
} }

View file

@ -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;

View file

@ -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>