Files
2011-10-27 14:41:44 +02:00

19 lines
349 B
CSS

#package_upload {
float: right;
width: 50%;
margin-top:25px;
}
.file-drop {
text-align: center;
background-image:url('/images/package.png');
background-repeat: no-repeat;
background-position: center bottom;
border: 1px solid #ccc;
height: 150px;
width: 140px;
}
.file-drop-hover {
border: 1px solid #ff0000;
}