mirror of
https://github.com/php/web-pecl.git
synced 2026-04-29 01:43:15 +02:00
19 lines
349 B
CSS
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;
|
|
} |