From d7b3ccb3ad1089a55fc40f298554b6b5a8e7b105 Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Sat, 27 Nov 2021 19:32:21 +0200 Subject: [PATCH] Users: Correctly align the status change popup relative to the status itself --- Web/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 68c6d2e8..8980760a 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -355,7 +355,7 @@ table { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);; padding: 10px; float: right; - margin-top: 6px; + margin-top: 5px; margin-left: -6px; }