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.

15 lines (14 loc) 236 B
/* dojox.mobile.Overlay */ .mblOverlay { text-align: center; } .dj_gecko .mblOverlay { text-align: -moz-center; } .dj_ie9 .mblOverlay > *, .dj_ie8 .mblOverlay > * { margin: 0 auto; } .dj_ie6 .mblOverlay { *position: absolute; }