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.
 
 
 
 
 
 

33 lines
533 B

@button-container-height: 31px;
@import url("MatrixView.css");
@import url("ColumnView.css");
.soria .dojoxCalendar .buttonContainer{
position: absolute;
left: 0;
right: 0;
top: 0;
height: @button-container-height;
}
.soria .dojoxCalendar .buttonContainer .dijitToolbar {
border: 1px solid #B5BCC7;
}
.soria .dojoxCalendar .viewContainer{
position: absolute;
left: 0;
right: 0;
top: @button-container-height;
bottom: 0;
}
.soria .dojoxCalendar .view{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}