diff --git a/copanier/static/app.css b/copanier/static/app.css index 35b4435..9b197de 100644 --- a/copanier/static/app.css +++ b/copanier/static/app.css @@ -374,7 +374,9 @@ th.missing { background-color: #db7734; } .missing a { - color: #ddd; + color: #f1f1f1; + border-color: #f1f1f1; + height: 1rem; } hr { background-color: #dbdbdb; diff --git a/copanier/templates/delivery.html b/copanier/templates/delivery.html index 5451311..c5a5e22 100644 --- a/copanier/templates/delivery.html +++ b/copanier/templates/delivery.html @@ -36,9 +36,8 @@ {% endif %} {{ delivery.product_wanted(product) }} - {% if request.user.is_staff %}{% endif %} {% if delivery.status == delivery.ADJUSTMENT and delivery.product_missing(product) %} (−{{ delivery.product_missing(product) }}) - {% if request.user.is_staff %}{% endif %} + {% if request.user.is_staff %}ajuster{% endif %} {% endif %} {% for email, order in delivery.orders.items() %}