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.
25 lines (24 loc) • 357 B
CSS
/* dojox.mobile.GridLayout */
.mblGridLayout {
width: 100%;
height: 100%;
padding: 0;
}
.mblGridLayout > div {
margin: 0;
border: 0;
padding: 0;
float: left;
min-height: 1px;
}
.mblGridItemFirstColumn {
clear: left;
}
.mblGridItemTerminator {
clear: both;
}
.mblGridItemLastItem:after {
content: "";
display: block;
clear: both;
}