extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
30 lines (24 loc) • 503 B
CSS
.status {
color:#555;
}
.left-align .x-progress-text {
text-align: left ;
padding-left: 5px;
}
.x-progress.custom {
height: 19px;
border: 1px solid #686868;
padding: 0 2px 0 2px;
}
.ext-strict .x-progress.custom {
height: 17px;
}
.custom .x-progress-bar {
height: 17px;
border: none;
border-top: 1px solid #fff;
background: transparent url(images/custom-bar.gif) repeat-x ;
}
.ext-strict .custom .x-progress-bar {
height: 15px;
}