From cf87747924c8185b077fe73ffabb596331ca6002 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 14 Oct 2022 19:35:01 +0200 Subject: [PATCH] fix position of reset buttons --- css/admin.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/admin.css b/css/admin.css index b35455a..7f9d884 100644 --- a/css/admin.css +++ b/css/admin.css @@ -140,7 +140,7 @@ .btn-reset { display: inline-block; cursor: pointer; - position: absolute; - margin-top: 17px; - margin-left: 5px; + position: relative; + top: -8px; + left: 5px; }