Own column for unapproved orders in order overview

This commit is contained in:
Raphael Michel
2020-11-01 15:00:54 +01:00
parent da149682aa
commit 7a98f3fa89
4 changed files with 64 additions and 13 deletions

View File

@@ -14,7 +14,7 @@
padding-left: 40px;
}
td:not(:first-child),
th:not(:first-child):not(.text-center) {
th:not(:first-child) {
border-left: 1px solid #ddd;
padding-right: 10px !important;
padding-left: 10px !important;
@@ -34,7 +34,7 @@
.table-product-overview {
td:not(:first-child),
th:not(:first-child):not(.text-center) {
width: 150px;
width: 120px;
}
}
}