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.
18 lines (17 loc) • 364 B
CSS
/* dojox.mobile.Overlay */
.mblOverlay {
text-align: center;
background-color: #cecece;
background-image: none;
}
.dj_gecko .mblOverlay {
text-align: -moz-center;
background-image: -moz-linear-gradient(top, #fdfdfd 0%, #cecece 100%);
}
.dj_ie9 .mblOverlay > *,
.dj_ie8 .mblOverlay > * {
margin: 0 auto;
}
.dj_ie6 .mblOverlay {
*position: absolute;
}