You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
387 B
CSS

.btn-close{
position: absolute;
top: -8px;
right: -8px;
width: 17px;
height: 17px;
background: url('./bg_icon.png') no-repeat -25px 0;
cursor: pointer;
z-index:4;
}
.btn-close:hover {
text-decoration: none;
border-bottom: 0 none;
}
.upload-img-box{
width: 60%;
display: inline-block;
position:relative;
}
.uploadify{
display: inline-block;
}