Added functionality for default datasets.

Incorporated dataset selector into test creation.
This commit is contained in:
2021-11-28 17:28:14 +00:00
parent 66a950f757
commit 0d7fa41261
11 changed files with 350 additions and 85 deletions

View File

@ -132,16 +132,11 @@ table.dataTable {
width: 100%;
}
.user-table-row {
.table-row {
vertical-align: middle;
}
.user-row-actions {
text-align: center;
white-space: nowrap;
}
.test-row-actions {
.row-actions {
text-align: center;
white-space: nowrap;
}
@ -153,8 +148,8 @@ table.dataTable {
text-align:center;
}
.user-row-actions button {
margin: 0px 10px;
.row-actions button, .row-actions a {
margin: 0px 5px;
}
#cookie-alert {
@ -214,6 +209,11 @@ table.dataTable {
font-size: 20px;
}
.form-upload {
margin: 2rem 0;
font-size: 14pt;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {