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.
23 lines (22 loc) • 287 B
text/less
/* dojox.mobile.Overlay */
.mblOverlay {
text-align: center;
.mblOverlay-compat;
}
.dj_gecko {
.mblOverlay {
text-align: -moz-center;
.mblOverlay-compat-gecko;
}
}
.dj_ie9, .dj_ie8 {
.mblOverlay > *
{
margin: 0 auto;
}
}
.dj_ie6 {
.mblOverlay {
*position: absolute;
}
}