All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.ennwifi.webframe.ui.client.common.FileUploader.ui.xml Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version


    
    .imgbox {
        margin: 5px;
        position: relative;
        background-color: #f0f0f0;
        height: 42 px;
        overflow: hidden;
    }
    
    .lb {
        line-height: 30px;
        height: 30px;
        font-weight: normal;
        overflow: hidden;
    }
    
    .uploader {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 42;
        height: 42px;
        filter: alpha(opacity = 0);
        opacity: 0;
        z-index: 3002;
        cursor: pointer;
        background: transparent;
    }
    
    .btnuploader {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 42px;
        width: 42px;
        line-height: 42px;
        z-index: 3001;
        cursor: pointer;
        padding: 0px 10px;
        background-color: skyblue;
    }
    
    
        
        
            
                
                
            
        
    
 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy