1
13693261870
2022-09-16 06df9667ad1465622bf0e423dc3840ef9f93c725
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
.dataview-multisort-item {
    float: left;
    padding: 8px;
    margin: 8px;
}
 
.x-rtl .dataview-multisort-item {
    float: right;
}
 
.dataview-multisort-item h3 {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
    margin: 0;
}
 
// These get shared by other views
 
.x-btn .sort-direction-asc {
    background-image: theme-background-image('grid/sort_asc');
    background-position: 4px center;
}
 
.x-btn .sort-direction-desc {
    background-image: theme-background-image('grid/sort_desc');
    background-position: 4px center;
}