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) • 292 B
CSS
/* dojox.mobile.IconItem Rtl */
.mblIconItemRtl {
float: right;
}
.mblIconItemRtl .mblIconItemDeleteIcon {
right: -2px;
}
/* dojox.mobile._IconItemPane Rtl*/
.mblIconItemPaneRtl .mblIconItemPaneHeading {
padding-right: 40px;
}
.mblIconItemPaneRtl .mblIconItemPaneIcon {
right: 1px;
}