sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
504 B

@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;
}
}