PluginProbe ʕ •ᴥ•ʔ
Responsive Lightbox & Gallery / 2.4.7
Responsive Lightbox & Gallery v2.4.7
2.7.8 trunk 1.0.0 1.0.1 1.0.1.1 1.0.2 1.0.3 1.0.4 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.4.0 1.4.0.1 1.4.1 1.4.11 1.4.12 1.4.13 1.4.14 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.2 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.3.1 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7
responsive-lightbox / css / admin-gallery.css
responsive-lightbox / css Last commit date
admin-folders.css 2 years ago admin-galleries.css 2 years ago admin-gallery.css 2 years ago admin-plugins.css 2 years ago admin.css 2 years ago gallery-basicgrid.css 8 years ago gallery-basicmasonry.css 8 years ago gallery.css 2 years ago gutenberg.min.css 4 years ago
admin-gallery.css
93 lines
1 #rl-modal-gallery {
2 position: relative;
3 }
4 #rl-insert-modal-gallery-button {
5 padding-left: 5px;
6 }
7 #rl-insert-modal-gallery-button span {
8 font-size: 18px;
9 }
10 #rl-modal-gallery h1 {
11 line-height: 50px;
12 }
13 #rl-modal-gallery .rl-gallery-images-spinner {
14 margin-top: 20px;
15 float: none;
16 vertical-align: middle;
17 }
18 #rl-modal-gallery .rl-loading-content {
19 pointer-events: none;
20 opacity: 0.4;
21 transition: opacity 0.3s ease-in-out;
22 }
23 #rl-modal-gallery .rl-attachments-list .attachment,
24 #rl-modal-gallery .rl-attachments-list .attachment-preview {
25 cursor: default;
26 }
27 #rl-modal-gallery .rl-galleries-list .attachment .format-landscape {
28 width: auto;
29 height: 100%;
30 }
31 #rl-modal-gallery .rl-galleries-list .attachment .format-portrait {
32 width: 100%;
33 height: auto;
34 }
35 #rl-modal-gallery .rl-status-active {
36 opacity: 1;
37 }
38 #rl-modal-gallery .rl-status-inactive {
39 opacity: 0.4;
40 }
41 .wrap .rl-reload-galleries,
42 .wrap .rl-reload-galleries:active {
43 margin-left: 10px;
44 }
45 .media-frame .rl-gallery-reload-spinner {
46 float: none;
47 visibility: visible;
48 margin-left: 5px;
49 margin-top: -5px;
50 }
51 .rl-media-tag-select2 {
52 display: none;
53 }
54 .rl-media-tag-select2-dropdown {
55 z-index: 999999;
56 }
57 .compat-field-rl_media_tag {
58 min-height: 48px;
59 }
60 .compat-field-rl_media_folder select {
61 max-width: 100%;
62 margin-left: 0;
63 }
64 @media only screen and (min-width: 900px) {
65 .compat-field-rl_media_folder .label {
66 max-width: 30%;
67 }
68 .compat-field-rl_media_folder .label span {
69 overflow: hidden;
70 white-space: nowrap;
71 text-overflow: ellipsis;
72 }
73 }
74 @media only screen and (max-width: 900px) {
75 #rl-modal-gallery .media-selection .attachments {
76 display: block;
77 }
78 #rl-modal-gallery .media-frame.hide-router .media-frame-content {
79 top: 50px;
80 }
81 #rl-edit-attachment-modal .compat-item .label {
82 width: 100%;
83 text-align: left;
84 }
85 #rl-edit-attachment-modal .compat-item .label br {
86 display: none;
87 }
88 .compat-item .field {
89 width: 99%;
90 float: left;
91 }
92 }
93