PluginProbe
Photonic Gallery & Lightbox for Flickr, SmugMug & Others / 3.36
Photonic Gallery & Lightbox for Flickr, SmugMug & Others v3.36
3.36 3.35 3.34 3.33 2.19 2.20 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30 2.31 2.32 2.33 2.34 2.40 2.41 2.42 2.43 2.44 All 141 releases
← All changes | include/css/admin/admin-editor.css +4 -4 2.423.36 View file →
@@ -1,7 +1,6 @@
1 1 .photonic-gallery { border: 1px solid #ccc; height: 300px; margin: 1em 0; text-align: center; }
2 -.photonic-gallery .photonic-source { width: 256px; height: 256px; background: url(../../images/Admin.svg) no-repeat; background-size: 100%; margin: 0 auto; }
3 -.photonic-gallery-500px .photonic-source { background-position: 0 0; }
2 +.photonic-gallery .photonic-source { width: 256px; height: 256px; background: url(../../images/Admin.svg?ver=3.20) no-repeat; background-size: 100%; margin: 0 auto; }
4 3 .photonic-gallery-flickr .photonic-source { background-position: 0 -256px; }
5 4 .photonic-gallery-instagram .photonic-source { background-position: 0 -512px; }
6 5 .photonic-gallery-smugmug .photonic-source { background-position: 0 -768px; }
7 6 .photonic-gallery-zenfolio .photonic-source { background-position: 0 -1024px; }
@@ -7,11 +6,11 @@
7 6 .photonic-gallery-zenfolio .photonic-source { background-position: 0 -1024px; }
8 7 .photonic-gallery-wp .photonic-source { background-position: 0 -1280px; }
9 8 .photonic-gallery-picasa .photonic-source { background-position: 0 -1536px; }
10 9 .photonic-gallery-google .photonic-source { background-position: 0 -1792px; }
10 +.photonic-gallery-deviantart .photonic-source { background-position: 0 -6144px; }
11 11
12 -.mce-content-body img.wp-media.wp-gallery.photonic-gallery { height: 256px; background-image: url(../../images/Admin.svg); background-size: 256px; }
13 -.mce-content-body img.wp-media.wp-gallery.photonic-gallery-500px { background-position: center 0; }
12 +.mce-content-body img.wp-media.wp-gallery.photonic-gallery { height: 256px; background-image: url(../../images/Admin.svg?ver-3.20); background-size: 256px; }
14 13 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-flickr { background-position: center -256px; }
15 14 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-instagram { background-position: center -512px; }
16 15 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-smugmug { background-position: center -768px; }
17 16 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-zenfolio { background-position: center -1024px; }
@@ -17,4 +16,5 @@
17 16 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-zenfolio { background-position: center -1024px; }
18 17 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-wp { background-position: center -1280px; }
19 18 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-picasa { background-position: center -1536px; }
20 19 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-google { background-position: center -1792px; }
20 +.mce-content-body img.wp-media.wp-gallery.photonic-gallery-deviantart { background-position: center -6144px; }