admin-folders.css
7 years ago
admin-galleries.css
7 years ago
admin-post.css
7 years ago
admin.css
7 years ago
gallery-basicgrid.css
7 years ago
gallery-basicmasonry.css
7 years ago
gallery.css
7 years ago
admin-post.css
59 lines
| 1 | #rl-modal-gallery { |
| 2 | position: relative; |
| 3 | } |
| 4 | |
| 5 | #rl-insert-modal-gallery-button { |
| 6 | padding-left: 5px; |
| 7 | } |
| 8 | |
| 9 | #rl-insert-modal-gallery-button span { |
| 10 | font-size: 18px; |
| 11 | } |
| 12 | |
| 13 | #rl-modal-gallery .rl-gallery-images-spinner { |
| 14 | margin-top: 20px; |
| 15 | float: none; |
| 16 | } |
| 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 | |
| 24 | #rl-modal-gallery .rl-attachments-list .attachment, #rl-modal-gallery .rl-attachments-list .attachment-preview { |
| 25 | cursor: default; |
| 26 | } |
| 27 | |
| 28 | #rl-modal-gallery .rl-galleries-list .attachment .format-landscape { |
| 29 | width: auto; |
| 30 | height: 100%; |
| 31 | } |
| 32 | |
| 33 | #rl-modal-gallery .rl-galleries-list .attachment .format-portrait { |
| 34 | width: 100%; |
| 35 | height: auto; |
| 36 | } |
| 37 | |
| 38 | #rl-modal-gallery .rl-status-active { |
| 39 | opacity: 1; |
| 40 | } |
| 41 | |
| 42 | #rl-modal-gallery .rl-status-inactive { |
| 43 | opacity: 0.4; |
| 44 | } |
| 45 | |
| 46 | .wrap .rl-reload-galleries, .wrap .rl-reload-galleries:active { |
| 47 | margin-left: 10px; |
| 48 | } |
| 49 | |
| 50 | .media-frame .rl-gallery-reload-spinner { |
| 51 | float: none; |
| 52 | visibility: visible; |
| 53 | margin-left: 5px; |
| 54 | margin-top: -5px; |
| 55 | } |
| 56 | |
| 57 | .attachments-browser .media-toolbar-primary { |
| 58 | max-width: 100%; |
| 59 | } |