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.css +30 -4 2.413.36 View file →
@@ -25,9 +25,9 @@
25 25 text-align: left;
26 26 }
27 27 .photonic-helper table img { width: 64px; height: 64px; }
28 28
29 -.photonic-tabbed-options {
29 +.photonic-tabbed-options, .photonic-tabbed-start {
30 30 margin-top: 15px;
31 31 max-width: 1000px;
32 32 width: 100%;
33 33 }
@@ -37,9 +37,9 @@
37 37
38 38 form#paypal-submit { padding: 0; float: right;}
39 39 div.donate ul { float: right; margin: 0; }
40 40 div.donate ul li { float: left; margin: 0.5em 0 0.5em 2.5em; padding: 0.5em; }
41 -div.donate ul li .icon { vertical-align: middle; background: transparent url("../../images/Admin.svg") no-repeat; width: 32px; height: 32px; display: inline-block; margin-left: -32px; background-size: 100%; }
41 +div.donate ul li .icon { vertical-align: middle; background: transparent url("../../images/Admin.svg?ver=3.20") no-repeat; width: 32px; height: 32px; display: inline-block; margin-left: -32px; background-size: 100%; }
42 42 div.donate ul li a { color: #333; text-decoration: none; margin-left: 0.3em; }
43 43 div.donate ul li input[type="submit"] { color: #333; background: transparent; text-decoration: none; border: none; padding: 0; cursor: pointer; }
44 44 div.donate ul li a:hover, div.donate ul li input[type="submit"]:hover { color: #333; }
45 45 div.donate ul li.rate .icon { background-position: 0 -704px; }
@@ -47,9 +47,9 @@
47 47 div.donate ul li.announcements .icon { background-position: 0 -640px; }
48 48 div.donate ul li.coffee .icon { background-position: 0 -672px; }
49 49
50 50 .nav-tab { position: relative; padding-left: 32px;}
51 -.nav-tab-wrapper .icon { background: transparent url("../../images/Admin.svg") no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; top: 8px; margin-left: -24px; background-size: 100%;}
51 +.nav-tab-wrapper .icon { background: transparent url("../../images/Admin.svg?ver=3.20") no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; top: 8px; margin-left: -24px; background-size: 100%;}
52 52 #photonic-options-generic .icon { background-position: 0 -360px; }
53 53 #photonic-options-flickr .icon { background-position: 0 -20px; }
54 54 #photonic-options-picasa .icon { background-position: 0 -120px; }
55 55 #photonic-options-500px .icon { background-position: 0 0; }
@@ -56,8 +56,9 @@
56 56 #photonic-options-smugmug .icon { background-position: 0 -60px; }
57 57 #photonic-options-instagram .icon { background-position: 0 -40px; }
58 58 #photonic-options-zenfolio .icon { background-position: 0 -80px; }
59 59 #photonic-options-google .icon { background-position: 0 -140px; }
60 +#photonic-options-deviantart .icon { background-position: 0 -520px; }
60 61 #photonic-options-lightbox .icon { background-position: 0 -160px; }
61 62
62 63 .photonic-section-tabs { display: inline-block; width: 100%; font-size: 1.1em; }
63 64 .photonic-section-tabs li { float: left; display: block; padding: 0.2em 0.65em; border-right: 1px dotted #666; }
@@ -66,10 +67,12 @@
66 67
67 68 .photonic-options-form .form-table { border: solid #ccc; border-width: 1px 0; }
68 69 .form-table td { vertical-align: top; }
69 70
71 +.photonic-options-panel { display: none; }
70 72 .photonic-options-panel textarea { width: 90%; min-width: 400px; min-height: 150px; }
71 73 .photonic-options-panel input[type='text'] { width: 40%; min-width: 400px;}
74 +.photonic-options-panel .notice { padding: 1em; }
72 75 .photonic-border-options input[type='text'] { width: 40%; min-width: 150px;}
73 76
74 77 .opt-sub-table-5 { border-collapse: collapse; width: 98%; }
75 78 .opt-sub-table-col-5 { width: 22%; }
@@ -169,5 +172,28 @@
169 172 text-align: center;
170 173 width: 20px;
171 174 -webkit-font-smoothing: antialiased;
172 175 -moz-osx-font-smoothing: grayscale;
173 -}
176 +}
177 +
178 +.preferred {
179 + font-weight: bold;
180 + color: #009900;
181 +}
182 +
183 +.not-preferred {
184 + font-weight: bold;
185 + color: #990000;
186 +}
187 +
188 +.photonic-tabbed-start .nav-tab { padding-left: 10px; }
189 +#lightbox-list li { padding-left: 30px; }
190 +#lightbox-list li button { margin-left: -30px; }
191 +#lightbox-list li.matching, #lightbox-features li.photonic-supported { color: green; }
192 +#lightbox-list li.matching:after, #lightbox-features li.photonic-supported label:after { margin-left: 1rem; content: '\2713'; }
193 +#lightbox-list li.not-matching, #lightbox-features li.photonic-not-supported { color: red; }
194 +#lightbox-list li.not-matching:after, #lightbox-features li.photonic-not-supported label:after { margin-left: 1rem; content: '\00D7'; }
195 +#lightbox-list li.lb-selected { border: 1px solid #aaa; background: aquamarine; }
196 +#lightbox-list li.lb-selected button, #lightbox-list li.lb-selected button:focus, #lightbox-list li.lb-selected button:active { outline: none; background: aquamarine; }
197 +.photonic-start-panel { display: none; }
198 +.photonic-start-panel.photonic-panel-visible { display: block; }
199 +