From 8b6270a7a04a050129c4a02e0172f8dce5294ee5 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 9 Dec 2013 00:28:19 +0100 Subject: [PATCH 1/1] we did put back the padding, so we need to have the align correction stay 2px as well --- EarlyBlue/global/popup.css | 2 +- LCARStrek/global/popup.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EarlyBlue/global/popup.css b/EarlyBlue/global/popup.css index 1b9f33a7..b9433889 100644 --- a/EarlyBlue/global/popup.css +++ b/EarlyBlue/global/popup.css @@ -20,7 +20,7 @@ panel { menupopup > menu > menupopup { /* align submenus */ - margin-top: -1px; + margin-top: -2px; } /* ::::: arrow panel ::::: */ diff --git a/LCARStrek/global/popup.css b/LCARStrek/global/popup.css index 1172f553..920b8bf4 100644 --- a/LCARStrek/global/popup.css +++ b/LCARStrek/global/popup.css @@ -20,7 +20,7 @@ panel { menupopup > menu > menupopup { /* align submenus */ - margin-top: -1px; + margin-top: -2px; } /* ::::: arrow panel ::::: */ -- 2.35.3