From: Robert Kaiser Date: Sun, 8 Dec 2013 23:28:19 +0000 (+0100) Subject: we did put back the padding, so we need to have the align correction stay 2px as... X-Git-Tag: LCARStrek-2.23~1 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=8b6270a7a04a050129c4a02e0172f8dce5294ee5;hp=9847cbdd4241685689b0eb95b26f05888c368e12 we did put back the padding, so we need to have the align correction stay 2px as well --- 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 ::::: */