Export sub results

This commit is contained in:
Stephan Porada
2020-06-25 10:51:51 +02:00
parent ead0117bbb
commit 2113065075
7 changed files with 317 additions and 123 deletions

View File

@ -19,6 +19,15 @@ main {
font-weight: bold;
}
/* preloader circle in the size of a button icon */
.button-icon-spinner {
bottom: -8px !important;
right: -16px !important;
margin-right: 12px !important;
width: 19.5px !important;
height: 19.5px !important;
}
/* CSS for clickable th elements in tables. Needed for sortable table data with
list js. On click on th header elements will be sorted accordingly. Also a caret
indicator will show up how the column is sorted right now.; */