From 6a896b6e559605dccd88c3af388ea26efdd6b6bb Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 7 Jul 2013 22:42:06 +0200 Subject: [PATCH] Thumbnails: Set margin on magnify icon This prevents the caption from running straight up to the magnify icon. We use the same offset as the padding used for the caption Change-Id: Ia5af4b5fecf965ffd43f708c63671182d126edf2 --- skins/common/commonContent.css | 1 + skins/common/oldshared.css | 1 + skins/modern/main.css | 1 + 3 files changed, 3 insertions(+) diff --git a/skins/common/commonContent.css b/skins/common/commonContent.css index ee102f7f07..de47157e32 100644 --- a/skins/common/commonContent.css +++ b/skins/common/commonContent.css @@ -126,6 +126,7 @@ html .thumbcaption { div.magnify { border: none !important; background: none !important; + margin-left: 3px; } div.magnify a, div.magnify img { display: block; diff --git a/skins/common/oldshared.css b/skins/common/oldshared.css index 7f90c77183..b68a9964e7 100644 --- a/skins/common/oldshared.css +++ b/skins/common/oldshared.css @@ -84,6 +84,7 @@ div.magnify { float: right; border: none !important; background: none !important; + margin-left: 3px; } div.magnify a, div.magnify img { diff --git a/skins/modern/main.css b/skins/modern/main.css index a42845a186..1466710173 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -514,6 +514,7 @@ div.magnify { float: right; border: none !important; background: none !important; + margin-left: 3px; } div.magnify a, div.magnify img { display: block; -- 2.20.1