Add corpus import/export and some fixes etc.

This commit is contained in:
Stephan Porada
2020-10-29 15:20:30 +01:00
parent 21af48bc52
commit 94fa11060e
17 changed files with 492 additions and 113 deletions

View File

@ -2,7 +2,7 @@
* ### Start sticky footer ###
* Force the footer to always stay on the bottom of the page regardless of how
* little content is on the page.
*/
*/
body {
display: flex;
min-height: 100vh;
@ -34,6 +34,16 @@ main {
height: 19.5px !important;
}
/*
* changes preoloader size etc. to fit visually better with the chip status
* indicator of jobs
*/
.status-spinner {
margin-bottom: -10px;
width: 30px !important;
height: 30px !important;
}
/* flat-interaction addition to show background color */
.flat-interaction {