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-plugins.css
47 lines
| 1 | .rl-deactivation-modal { |
| 2 | max-height: 500px; |
| 3 | overflow: hidden; |
| 4 | top: 50% !important; |
| 5 | transform: translateY(-50%); |
| 6 | } |
| 7 | .rl-deactivation-modal #TB_title { |
| 8 | padding: 13px 16px; |
| 9 | background: #f3f3f3; |
| 10 | } |
| 11 | .rl-deactivation-modal #TB_title > div { |
| 12 | padding: 0; |
| 13 | color: #000; |
| 14 | } |
| 15 | .rl-deactivation-modal #TB_ajaxContent { |
| 16 | width: auto !important; |
| 17 | height: calc(100% - 112px) !important; |
| 18 | padding: 0; |
| 19 | } |
| 20 | .rl-deactivation-modal #TB_closeAjaxWindow button { |
| 21 | right: 8px; |
| 22 | } |
| 23 | .rl-deactivation-options p:first-child { |
| 24 | margin-top: 0; |
| 25 | } |
| 26 | #rl-deactivation-container { |
| 27 | width: 100%; |
| 28 | } |
| 29 | #rl-deactivation-container textarea { |
| 30 | width: 100%; |
| 31 | min-height: 100px; |
| 32 | } |
| 33 | #rl-deactivation-body { |
| 34 | padding: 13px 16px; |
| 35 | } |
| 36 | #rl-deactivation-footer { |
| 37 | padding: 13px 16px; |
| 38 | position: absolute; |
| 39 | right: 0; |
| 40 | bottom: 0; |
| 41 | left: 0; |
| 42 | border-top: 1px solid #ddd; |
| 43 | background: #f3f3f3; |
| 44 | } |
| 45 | #rl-deactivation-footer .spinner { |
| 46 | float: none; |
| 47 | } |