nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@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;
    }
}