Spaces:
No application file
No application file
File size: 1,091 Bytes
d2897cd |
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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
/* ReportBundle */
.col-report-actions, .col-report-count {
width: 25px;
}
#reportTable th:not(.col-report-count) {
min-width: 125px;
}
.columnSelectorButtons {
padding-top: 40px;
}
.columnSelectorButtons div:not(:last-child) {
margin-bottom: 10px;
}
/* Fix of ChosenJS zero width */
#report_columns_chosen {
width: 100% !important;
}
#ms-report_groupBy ul{
height: 115px;
}
#report_filters .panel {
margin-bottom:0;
margin-top:20px;
}
#report_filters > .in-group {
margin-top:5px;
}
#report_filters .panel-heading {
margin-bottom:0;
padding-top:10px;
}
#report_filters .panel-heading .form-group {
margin:0;
}
#report_filters > .in-group:first-child > .panel-heading {
display:none;
}
#report_filters > .in-group:not(:first-child) {
margin-top:0;
border-top:0;
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-left:20px;
}
#report_filters > .in-group:not(:first-child) > .panel-heading {
display:block;
padding-left:10px;
}
#report_filters > .in-group:not(:first-child) > .panel-body > .row > div {
padding-left:10px;
padding-right:10px;
} |