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.
30 lines (28 loc) • 693 B
CSS
@import url("../common/domButtons/DomButtonGrayArrow_rtl.css");
@import url("../common/domButtons/DomButtonDarkBlueCheck_rtl.css");
/* dojox.mobile.ListItem Rtl*/
.mblListItemRtl .mblListItemDeleteIcon {
float: right;
margin-left: 11px;
}
.mblListItemRtl .mblListItemIcon {
float: right;
margin-left: 11px;
margin-right: 0px;
}
.mblListItemRtl .mblListItemRightIcon,
.mblListItemRtl .mblListItemRightIcon2,
.mblListItemRtl .mblListItemUncheckIcon {
float: left;
}
.mblListItemRtl .mblListItemRightText {
float: left;
margin-left: 4px;
}
.mblListItemRtl .mblListItemLayoutLeft {
float: right;
margin-left: 11px;
}
.mblListItemRtl .mblListItemLayoutRight {
float: left;
}