Added pagination to Pipework and Linework
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user