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.
27 lines (24 loc) • 465 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%;
color: #ffffff;
padding: 0 10px 0 15px;
width: auto;
}
.mblView.mblIn {
position: absolute;
}
.mblFixedHeaderBar {
z-index: 1;
}
.mblFixedBottomBar {
position: absolute ;
width: 100%;
z-index: 1;
}