PluginProbe ʕ •ᴥ•ʔ
Responsive Lightbox & Gallery / 2.3.1
Responsive Lightbox & Gallery v2.3.1
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-folders.css
responsive-lightbox / css Last commit date
admin-folders.css 5 years ago admin-galleries.css 5 years ago admin-gallery.css 5 years ago admin-plugins.css 5 years ago admin.css 5 years ago gallery-basicgrid.css 8 years ago gallery-basicmasonry.css 8 years ago gallery.css 8 years ago gutenberg.min.css 5 years ago
admin-folders.css
64 lines
1 #rl-folders-tree-container {
2 width: 260px;
3 height: 100%;
4 padding: 0 12px 0 0;
5 float: left;
6 position: relative;
7 }
8 #rl-folders-tree {
9 white-space: nowrap;
10 width: 260px;
11 position: relative;
12 padding-bottom: 15px;
13 }
14 #rl-folders-tree-container .page-title-action.dashicons,
15 #rl-folders-tree-container .page-title-action.dashicons:before {
16 height: auto;
17 vertical-align: text-bottom;
18 line-height: 18px;
19 height: 18px;
20 }
21 #rl-folders-tree-container .media-toolbar {
22 height: 100%;
23 position: relative;
24 border: 1px solid #e5e5e5;
25 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
26 padding: 0 10px;
27 }
28 #rl-folders-tree-container .media-toolbar a {
29 line-height: 20px;
30 }
31 a.disabled-link {
32 pointer-events: none;
33 cursor: default;
34 }
35 .rl-folders-action-links a {
36 line-height: 20px;
37 font-size: 13px;
38 }
39 .view-switch a.disabled-link:before {
40 color: #e6e6e6;
41 }
42 .rl-folders-dragged-item {
43 height: 1em;
44 text-align: center;
45 }
46 #rl-folders-enter-folder, #rl-folders-enter-new-folder {
47 z-index: 1;
48 position: relative;
49 height: 22px;
50 border: 0;
51 margin: 0;
52 box-shadow: none;
53 }
54 body.upload-php #posts-filter {
55 float: right;
56 width: calc(100% - 272px);
57 }
58 #rl_folders_upload_files {
59 position: relative;
60 z-index: 1;
61 }
62 .rl-media-tag-select2-dropdown {
63 z-index: 999999;
64 }