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.
31 lines (25 loc) • 452 B
text/less
@button-container-height: 32px;
@import url("MatrixView.css");
@import url("ColumnView.css");
.dojoxCalendar .buttonContainer{
position: absolute;
left: 0;
right: 0;
bottom: 1px;
height: @button-container-height;
text-align: center;
}
.dojoxCalendar .viewContainer{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: @button-container-height;
}
.dojoxCalendar .view{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}