Finished delete and data table fiew for tests

This commit is contained in:
2021-11-25 20:12:50 +00:00
parent 1d9d7853bd
commit 6cecb49d50
8 changed files with 303 additions and 125 deletions

View File

@ -138,6 +138,19 @@ table.dataTable {
.user-row-actions {
text-align: center;
white-space: nowrap;
}
.test-row-actions {
text-align: center;
white-space: nowrap;
}
.dataTables_wrapper .dt-buttons {
left: 50%;
transform: translateX(-50%);
float:none;
text-align:center;
}
.user-row-actions button {
@ -197,6 +210,10 @@ table.dataTable {
z-index: -1;
}
.button-icon {
font-size: 20px;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {