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.
36 lines (30 loc) • 504 B
text/less
@button-container-height: 31px;
@import url("MatrixView.css");
@import url("ColumnView.css");
.claro .dojoxCalendar {
.buttonContainer{
position: absolute;
left: 0;
right: 0;
top: 0;
height: @button-container-height;
.dijitToolbar {
border: 1px solid #B5BCC7;
}
}
.viewContainer{
position: absolute;
left: 0;
right: 0;
top: @button-container-height;
bottom: 0;
overflow: hidden;
}
.view{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
}