Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/KitchenSink/views/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/KitchenSink/views/Lists.css

.search-wrapper {
    margin: 0 0 10px;
}
.product-image-box {
    float: left; 
    margin-right: 15px;
}
.product-image-box img {
    width: 36px;
    height: 36px;
}
.product-name {
    white-space: pre-wrap;
}
.product-price {
    font-size: 12px;
}

/* iOS tab height - 44px + 27px */
.dx-theme-ios #tabs + .list-indentation {
    height: 100%;
    padding-bottom: 44px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.dx-theme-ios #tabs + .search-wrapper + .list-indentation{
    height: 100%;
    padding-bottom: 71px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

/* android tab height - 46px + 40px*/
.dx-theme-android #tabs + .list-indentation {
    height: 100%;
    padding-bottom: 46px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.dx-theme-android #tabs + .search-wrapper + .list-indentation{
    height: 100%;
    padding-bottom: 86px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

/* IE tab height - 21px + 40px*/
.dx-theme-win8phone #tabs + .list-indentation {
    height: 100%;
    padding-bottom: 21px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.dx-theme-win8phone #tabs + .search-wrapper + .list-indentation{
    height: 100%;
    padding-bottom: 61px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}