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 | } |