From 727a33535dbd506c48e370ebc028272fe11d4ba1 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Mon, 29 May 2017 21:23:34 +0200 Subject: [PATCH] fixed_context_menu_position Signed-off-by: Artem Anufrij --- css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 6d5417436..faeab3f5c 100644 --- a/css/style.css +++ b/css/style.css @@ -327,6 +327,8 @@ button.button-inline:hover { z-index: 999; opacity: 1; display: block; + margin-top: 25px; + margin-right: 0px; } .popovermenu.hidden { @@ -731,12 +733,9 @@ button.button-inline:hover { } #boardlist .popovermenu { - top: 33px; - right: -5px; + margin-top: 5px; } - - /** * Board details */