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.
24 lines (21 loc) • 406 B
CSS
@import url("../common/transitions/slide.css");
@import url("../common/transitions/flip.css");
@import url("../common/transitions/fade.css");
/* dojox.mobile.View */
.mblView {
position: relative;
top: 0px;
left: 0px;
width: 100%;
}
.mblView.mblIn {
position: absolute;
}
.mblFixedHeaderBar {
z-index: 1;
}
.mblFixedBottomBar {
position: absolute ;
width: 100%;
z-index: 1;
}