UNPKG

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) 277 B
/* dojox.mobile.ProgressIndicator Rtl */ .mblHeading .mblProgressIndicatorRtl { float: right; } .mblProgContainerRtl { left: 0; } .mblProgressIndicatorCenterRtl { left: 50%; display: inline-block; } .mblProgressIndicatorCenterRtl .mblProgContainerRtl { left: -50%; }