Added pagination to Pipework and Linework

This commit is contained in:
Frank Schubert
2021-09-14 20:42:12 +02:00
parent bd8f1609e6
commit 4809a5d6f1
8 changed files with 264 additions and 84 deletions
+19 -7
View File
@@ -63,7 +63,6 @@
border-top: none;
min-width: 138px;
max-width: 138px;
}
.workflow-table tr {
@@ -100,14 +99,27 @@
}
@media (min-width: 2560px) {
.workflow-table .workflow-item {
min-width: 138px;
width: auto;
}
.workflow-table .workflow-item select {
min-width: 100%;
width: 100%;
}
.workflow-item input[type=text] {
min-width: 100%;
width: 100%;
}
}
.pagination a {
color: #00acc1;
}