From 10282b504eca05b3bab0424a89f2358d43107e0b Mon Sep 17 00:00:00 2001 From: Szabo Zoltan Date: Wed, 11 Sep 2024 16:29:30 +0200 Subject: [PATCH] Align Admin page Delete button --- go-static/css/after.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/go-static/css/after.css b/go-static/css/after.css index 079b7a7f0..0941e212d 100644 --- a/go-static/css/after.css +++ b/go-static/css/after.css @@ -1 +1,7 @@ -.tox-promotion {display: none} +.tox-promotion { + display: none +} + +p.deletelink-box { + margin-top: 0; +}