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.
28 lines (22 loc) • 387 B
text/less
@import "variables.less";
@import "../common/SimpleDialog.less";
.mblSimpleDialog {
position: fixed;
top: 0px ;
-ms-touch-action: none;
& .mblButton {
width: 100%;
max-width: 46%;
&:nth-of-type(odd) {
float: left;
}
&:nth-of-type(even) {
float: right;
}
}
}
.mblSimpleDialogCover {
position: fixed;
top: 0px ;
-ms-touch-action: none;
}