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.

118 lines (117 loc) 2.41 kB
/* dojox.mobile.Switch Rtl */ /* Switch - common Rtl */ .mblSwitchRtl { text-align: right; } .mblListItemRtl .mblSwitch { left: 12px; right: auto; } .mblSwitchRtl.mblSwitchOn .mblSwitchInner { left: -50px; } .mblSwitchBgLeftRtl { left: 51px; } .mblSwitchTextLeftRtl { left: 0px; } .mblSwitchTextRightRtl { left: -40px; } /* Square Shape Rtl*/ .mblSwitchRtl.mblSwSquareShape.mblSwitchOff .mblSwitchInner { left: 0px; } .mblSwitchRtl.mblSwSquareShape.mblSwitchOn .mblSwitchInner { left: -53px; } .mblSwSquareShape .mblSwitchBgRightRtl { left: 0px; } .mblSwSquareShape .mblSwitchBgLeftRtl { left: 53px; } .mblSwitchRtl.mblSwSquareShape .mblSwitchKnob { left: 53px; } .mblSwSquareShape .mblSwitchTextRightRtl { left: -40px; } /* Round Shape1 Rtl */ .mblSwitchRtl.mblSwRoundShape1.mblSwitchOff .mblSwitchInner { left: 0px; } .mblSwRoundShape1 .mblSwitchBgRightRtl { left: 0px; } .mblSwitchRtl.mblSwRoundShape1 .mblSwitchKnob { left: 50px; } .mblSwRoundShape1 .mblSwitchTextRightRtl { left: -26px; } /* Round Shape2 Rtl */ .mblSwitchRtl.mblSwRoundShape2.mblSwitchOff .mblSwitchInner { left: 0px; } .mblSwitchRtl.mblSwRoundShape2.mblSwitchOn .mblSwitchInner { left: -51px; } .mblSwRoundShape2 .mblSwitchBgRightRtl { left: 0px; } .mblSwitchRtl.mblSwRoundShape2 .mblSwitchKnob { left: 51px; } .mblSwRoundShape2 .mblSwitchTextRightRtl { left: -42px; } /* Arc Shape1 Rtl */ .mblSwitchRtl.mblSwArcShape1.mblSwitchOff .mblSwitchInner { left: 0px; } .mblSwArcShape1 .mblSwitchBgRightRtl { left: 0px; } .mblSwitchRtl.mblSwArcShape1 .mblSwitchKnob { left: 50px; } .mblSwArcShape1 .mblSwitchTextRightRtl { left: -26px; } /* Arc Shape2 Rtl */ .mblSwitchRtl.mblSwArcShape2.mblSwitchOff .mblSwitchInner { left: 0px; } .mblSwArcShape2.mblSwitchOn .mblSwitchInner { left: -51px; } .mblSwArcShape2 .mblSwitchBgRightRtl { left: 0px; } .mblSwitchRtl.mblSwArcShape2 .mblSwitchKnob { left: 51px; } .mblSwArcShape2 .mblSwitchTextRightRtl { left: -42px; } /* Default Shape Rtl */ .mblSwitchRtl.mblSwDefaultShape.mblSwitchOff .mblSwitchInner { left: 0px; } .mblSwitchRtl.mblSwDefaultShape.mblSwitchOn .mblSwitchInner { left: -53px; } .mblSwDefaultShape .mblSwitchBgRightRtl { left: 0px; } .mblSwDefaultShape .mblSwitchBgLeftRtl { left: 53px; } .mblSwitchRtl.mblSwDefaultShape .mblSwitchKnob { left: 53px; } .mblSwDefaultShape .mblSwitchTextRightRtl { left: 40px; }