From: Derk-Jan Hartman Date: Sun, 7 Jul 2013 20:42:06 +0000 (+0200) Subject: Thumbnails: Set margin on magnify icon X-Git-Tag: 1.31.0-rc.0~19238^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=6a896b6e559605dccd88c3af388ea26efdd6b6bb;p=lhc%2Fweb%2Fwiklou.git 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 --- 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;