This commit is contained in:
Nico 2013-01-12 22:10:37 +01:00
parent 112c3df9b8
commit 33629bffc4
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -142,13 +142,14 @@
.upload{ .upload{
position:absolute; position:absolute;
right:10px; right:10px;
top:10px; top:-24px;
z-index:1000; z-index:1000;
.add_files{ .add_files{
background:black; background:black;
color:white; color:white;
padding:5px 10px; padding:5px 10px;
@include border-radius(5px 5px 0 0);
} }