You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
2.4 KiB
117 lines
2.4 KiB
/* 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; |
|
}
|
|
|