Viewing File: /home/cienp/public_html/portal/vendors/miniupload/css/style.css

/*----------------------------
    The file upload form
-----------------------------*/


#upload {
    /*width:300px;*/
    /*padding:30px;*/
    /*background-color:#e1e1e1;*/
    /*border: 2px solid #d0d0d0;*/
    /* border: 1px solid #e6e9ed; */
    width: 30%;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
}

#drop {
    /*background-color: #f5f5f5;*/
    /*padding: 40px 50px;*/
    margin-bottom: 30px;
    /*border: 20px solid rgba(0, 0, 0, 0);*/
    /*border-radius: 3px;*/
    text-align: center;
    /*text-transform: uppercase;*/
    font-size:16px;
    /*font-weight:bold;*/
    color:#73879C;
}

#drop a{
    background-color:#73879C;
    /* border: 1px solid #637486; */
    padding: 10px 20px;
    color:#fff;
    font-size:14px;
    border-radius: 3px;
    cursor:pointer;
    display:inline-block;
    margin-top:10px;
    margin-left: 5px;
    line-height:1;
}

#drop a:hover{
    background-color:#485563;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    /* border-top:1px solid #d0d0d0; */
    /* border-bottom:1px solid #d0d0d0; */
}

#upload ul li{

    background-color:#fff; /* #9d9d9d*/
    padding:15px;
    margin-left: -40px;
    height: 70px;
 	/* border-top:1px solid #d0d0d0; */
    /* border-bottom:1px solid #d0d0d0; */
    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #304e89;
    font-size: 13px;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#000;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 2px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}
Back to Directory File Manager