aboutsummaryrefslogtreecommitdiff
path: root/public/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin.css')
-rw-r--r--public/admin.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/public/admin.css b/public/admin.css
index bc1d821..8adeb79 100644
--- a/public/admin.css
+++ b/public/admin.css
@@ -34,9 +34,13 @@ table td {
border: 2px solid var(--bg-alt);
}
+table td input { width: 100%; }
+
.order-table td:nth-child(1) { text-align: center; }
.order-table td:nth-child(3) { text-align: right; }
.order-table td:nth-child(4) { text-align: right; }
.order-table td select,
-.order-table td input { width: 100%; }
+.promo-table td:nth-child(1) { text-align: center; }
+.promo-table td:nth-child(3) { text-align: right; }
+.promo-table td:nth-child(4) { text-align: right; }