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.
15 lines (14 loc) • 329 B
text/less
/* dojox.mobile.ProgressIndicator Rtl */
.mblHeading .mblProgressIndicatorRtl {
float: right;
}
.mblProgContainerRtl {
left: 0;
}
.mblProgressIndicatorCenterRtl {
left: @mbl-progress-center-left-rtl;
display: inline-block;
}
.mblProgressIndicatorCenterRtl .mblProgContainerRtl {
left: -@mbl-progress-center-left-rtl;
}