admin-folders.css
1 year ago
admin-galleries.css
1 year ago
admin-gallery.css
1 year ago
admin-plugins.css
1 year ago
admin.css
1 year ago
gallery-basicgrid.css
8 years ago
gallery-basicmasonry.css
8 years ago
gallery.css
1 year 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 |