dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
28 lines (27 loc) • 536 B
text/less
/* dojox.mobile.ProgressBar */
.mblProgressBar {
position: relative;
.mblProgressBar-styles;
}
.mblProgressBarProgress {
.transition-property(width);
.transition-duration(0.25s);
.mblProgressBarProgress-styles;
}
.mblProgressBarComplete {
.mblProgressBarComplete-styles;
}
.mblProgressBarNotStarted {
border-left: none;
border-right: none;
.mblProgressBarNotStarted-styles;
}
.mblProgressBarMsg {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
text-align: center;
font-size: 12px;
.mblProgressBarMsg-styles;
}