admin-foogallery-gallery-piles.css
7 months ago
admin-foogallery.css
7 months ago
admin-page-foogallery-extensions.css
7 months ago
admin-page-foogallery-help.css
7 months ago
admin-page-foogallery-settings.css
7 months ago
admin-tinymce.css
7 months ago
foogallery-foovideo-overrides.css
7 months ago
foogallery.admin.datasources.css
7 months ago
foogallery.admin.min.css
4 years ago
foogallery.admin.template.css
7 months ago
foogallery.admin.datasources.css
123 lines
| 1 | .foogallery-datasource-modal-title { |
| 2 | position: absolute; |
| 3 | top: 0; |
| 4 | left: 0; |
| 5 | right: 0; |
| 6 | height: 50px; |
| 7 | z-index: 200; |
| 8 | padding-left: 16px; |
| 9 | border-bottom: 1px solid #ddd; |
| 10 | } |
| 11 | |
| 12 | .foogallery-datasource-modal-sidebar { |
| 13 | position: absolute; |
| 14 | top: 51px; |
| 15 | left: 0; |
| 16 | bottom: 0; |
| 17 | width: 200px; |
| 18 | z-index: 75; |
| 19 | background: #f3f3f3; |
| 20 | overflow: auto; |
| 21 | -webkit-overflow-scrolling: touch; |
| 22 | } |
| 23 | |
| 24 | .foogallery-datasource-modal-sidebar-menu { |
| 25 | position: absolute; |
| 26 | top: 0; |
| 27 | left: 0; |
| 28 | right: 0; |
| 29 | bottom: 0; |
| 30 | margin: 0; |
| 31 | padding: 10px 0; |
| 32 | background: #f3f3f3; |
| 33 | border-right-width: 1px; |
| 34 | border-right-style: solid; |
| 35 | border-right-color: #ccc; |
| 36 | -webkit-user-select: none; |
| 37 | -moz-user-select: none; |
| 38 | -ms-user-select: none; |
| 39 | user-select: none |
| 40 | } |
| 41 | |
| 42 | .foogallery-datasource-modal-sidebar-menu>a { |
| 43 | display: block; |
| 44 | position: relative; |
| 45 | padding: 8px 20px; |
| 46 | margin: 0; |
| 47 | line-height: 18px; |
| 48 | font-size: 14px; |
| 49 | color: #0073aa; |
| 50 | text-decoration: none; |
| 51 | } |
| 52 | |
| 53 | .foogallery-datasource-modal-sidebar-menu>a:hover { |
| 54 | color: #0073aa; |
| 55 | background: rgba(0,0,0,.04) |
| 56 | } |
| 57 | |
| 58 | .foogallery-datasource-modal-sidebar-menu .active, |
| 59 | .foogallery-datasource-modal-sidebar-menu .active:hover{ |
| 60 | color: #23282d; |
| 61 | font-weight: 600; |
| 62 | background: rgba(0,0,0,.04); |
| 63 | } |
| 64 | |
| 65 | .foogallery-datasource-modal-sidebar-menu>a, |
| 66 | .foogallery-datasource-modal-sidebar-menu>a:active, |
| 67 | .foogallery-datasource-modal-sidebar-menu>a:hover, |
| 68 | .foogallery-datasource-modal-sidebar-menu>a:focus { |
| 69 | box-shadow: none; |
| 70 | outline: 0 |
| 71 | } |
| 72 | |
| 73 | .media-menu .separator { |
| 74 | height: 0; |
| 75 | margin: 12px 20px; |
| 76 | padding: 0; |
| 77 | border-top: 1px solid #ddd |
| 78 | } |
| 79 | |
| 80 | .foogallery-datasource-modal-container { |
| 81 | position: absolute; |
| 82 | top: 51px; |
| 83 | padding: 16px; |
| 84 | left: 200px; |
| 85 | right: 0; |
| 86 | bottom: 60px; |
| 87 | overflow: auto; |
| 88 | outline: 0; |
| 89 | } |
| 90 | |
| 91 | .foogallery-datasource-modal-toolbar { |
| 92 | position: absolute; |
| 93 | left: 200px; |
| 94 | right: 0; |
| 95 | z-index: 100; |
| 96 | bottom: 60px; |
| 97 | height: auto; |
| 98 | border-top: 1px solid #ddd; |
| 99 | } |
| 100 | |
| 101 | .foogallery-datasource-modal-toolbar-inner { |
| 102 | position: absolute; |
| 103 | top: 0; |
| 104 | left: 0; |
| 105 | right: 0; |
| 106 | bottom: -45px; |
| 107 | height: 60px; |
| 108 | padding: 0 16px; |
| 109 | overflow: hidden; |
| 110 | } |
| 111 | |
| 112 | .foogallery-datasource-modal-container-inner .spinner { |
| 113 | float: left; |
| 114 | } |
| 115 | |
| 116 | .foogallery-datasource-modal-insert { |
| 117 | float: right; |
| 118 | } |
| 119 | |
| 120 | .foogallery-datasource-item { |
| 121 | padding: 20px; |
| 122 | text-align: center; |
| 123 | } |