Thumbnails: Set margin on magnify icon
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 7 Jul 2013 20:42:06 +0000 (22:42 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 7 Jul 2013 20:42:06 +0000 (22:42 +0200)
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
skins/common/oldshared.css
skins/modern/main.css

index ee102f7..de47157 100644 (file)
@@ -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;
index 7f90c77..b68a996 100644 (file)
@@ -84,6 +84,7 @@ div.magnify {
        float: right;
        border: none !important;
        background: none !important;
+       margin-left: 3px;
 }
 div.magnify a,
 div.magnify img {
index a42845a..1466710 100644 (file)
@@ -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;