fontawesome
3 years ago
admin.css
4 years ago
admin.min.css
4 years ago
dashboard-notice.css
2 years ago
dashboard-notice.min.css
2 years ago
extra.css
8 years ago
extra.min.css
8 years ago
admin.css
246 lines
| 1 | .menu-icons-wrap { |
| 2 | margin-top: 5px; |
| 3 | margin-bottom: 5px; |
| 4 | } |
| 5 | |
| 6 | .menu-icons-wrap p { |
| 7 | min-height: 2.2em; |
| 8 | margin-bottom: 0; |
| 9 | } |
| 10 | |
| 11 | .menu-icons-wrap p a, |
| 12 | .menu-icons-wrap p label { |
| 13 | display: inline-block; |
| 14 | height: 100%; |
| 15 | line-height: 2.2em; |
| 16 | vertical-align: middle; |
| 17 | } |
| 18 | |
| 19 | .menu-icons-wrap a { |
| 20 | text-decoration: none; |
| 21 | cursor: pointer; |
| 22 | } |
| 23 | |
| 24 | .menu-icons-wrap .submitdelete { |
| 25 | display: inline-block; |
| 26 | float: none; |
| 27 | height: 100%; |
| 28 | margin: 0; |
| 29 | padding: 0; |
| 30 | line-height: 2.2em; |
| 31 | } |
| 32 | |
| 33 | .menu-icons-wrap .hidden { |
| 34 | display: none; |
| 35 | } |
| 36 | |
| 37 | .menu-icons-wrap ._icon { |
| 38 | width: auto; |
| 39 | height: auto; |
| 40 | margin: -0.1em 0.2em 0 0.2em; |
| 41 | color: #666; |
| 42 | font-size: 1.9em; |
| 43 | vertical-align: middle; |
| 44 | } |
| 45 | |
| 46 | .menu-icons-wrap img._icon { |
| 47 | max-width: 24px; |
| 48 | } |
| 49 | |
| 50 | .menu-icons-wrap a._select:focus ._icon, |
| 51 | .menu-icons-wrap a._select:hover ._icon { |
| 52 | color: #101010; |
| 53 | } |
| 54 | |
| 55 | .mi-preview.menu-item { |
| 56 | min-height: 0; |
| 57 | font-size: 1.2em; |
| 58 | } |
| 59 | |
| 60 | .mi-preview.menu-item a { |
| 61 | text-decoration: none; |
| 62 | } |
| 63 | |
| 64 | .mi-preview.menu-item a > * { |
| 65 | display: inline-block; |
| 66 | height: 100%; |
| 67 | line-height: 100%; |
| 68 | vertical-align: middle; |
| 69 | } |
| 70 | |
| 71 | .mi-preview.menu-item ._icon { |
| 72 | margin-right: 0.25em; |
| 73 | } |
| 74 | |
| 75 | .rtl .mi-preview.menu-item ._icon { |
| 76 | margin-right: 0; |
| 77 | } |
| 78 | |
| 79 | .media-sidebar .mi-settings .setting input[type="number"], |
| 80 | .menu-icons-settings input[type="number"] { |
| 81 | float: none; |
| 82 | width: auto; |
| 83 | max-width: 5em; |
| 84 | } |
| 85 | |
| 86 | .media-sidebar .mi-settings .setting input, |
| 87 | .media-sidebar .mi-settings span.description { |
| 88 | float: none; |
| 89 | } |
| 90 | |
| 91 | /** Settings Meta Box **/ |
| 92 | .menu-icons-settings ._field { |
| 93 | padding: 0.5em 0; |
| 94 | } |
| 95 | |
| 96 | .menu-icons-settings ._field ._main { |
| 97 | display: block; |
| 98 | margin-bottom: 0.25em; |
| 99 | font-weight: bold; |
| 100 | } |
| 101 | |
| 102 | #menu-settings-column .menu-icons-settings .inside { |
| 103 | margin-top: 0; |
| 104 | } |
| 105 | |
| 106 | .menu-icons-settings .taxonomydiv .tabs-panel { |
| 107 | max-height: none; |
| 108 | margin-bottom: 0.75em; |
| 109 | padding-top: 0.3em; |
| 110 | padding-bottom: 0.4em; |
| 111 | } |
| 112 | |
| 113 | .js .menu-icons-settings .taxonomydiv .tabs-panel { |
| 114 | margin-bottom: 0; |
| 115 | } |
| 116 | |
| 117 | .menu-icons-settings h4 { |
| 118 | margin: 0; |
| 119 | } |
| 120 | |
| 121 | .menu-icons-settings ._menu span.description { |
| 122 | margin-left: 0.5em; |
| 123 | } |
| 124 | |
| 125 | .menu-icons-settings ._extensions ul { |
| 126 | margin-top: 0.75em; |
| 127 | padding-left: 1.5em; |
| 128 | list-style: disc; |
| 129 | } |
| 130 | |
| 131 | .menu-icons-settings ._extensions ul a { |
| 132 | text-decoration: none; |
| 133 | } |
| 134 | |
| 135 | .menu-icons-settings .spinner { |
| 136 | float: none; |
| 137 | margin: 0 5px 0 0; |
| 138 | vertical-align: middle; |
| 139 | } |
| 140 | |
| 141 | .attachment .svg-icon img { |
| 142 | max-width: 100%; |
| 143 | } |
| 144 | |
| 145 | .nv-upgrade-notice { |
| 146 | width: 90%; |
| 147 | margin-top: 0; |
| 148 | padding: 15px; |
| 149 | } |
| 150 | |
| 151 | #menu-icons-sidebar div.new-card { |
| 152 | width: auto; |
| 153 | min-width: initial; |
| 154 | max-width: initial; |
| 155 | margin: 10px auto; |
| 156 | } |
| 157 | |
| 158 | .menu-icons-subscribe { |
| 159 | padding: 15px; |
| 160 | } |
| 161 | |
| 162 | .menu-icons-submit-mail { |
| 163 | width: auto; |
| 164 | } |
| 165 | |
| 166 | #success { |
| 167 | display: none; |
| 168 | } |
| 169 | |
| 170 | #failure { |
| 171 | display: none; |
| 172 | } |
| 173 | |
| 174 | .attachments-browser.iconpicker-fonts-browser .media-toolbar { |
| 175 | width: 62%; |
| 176 | } |
| 177 | |
| 178 | .attachments-browser.iconpicker-fonts-browser .attachments.iconpicker-items { |
| 179 | width: 64%; |
| 180 | } |
| 181 | |
| 182 | .attachments-browser.iconpicker-fonts-browser .media-sidebar { |
| 183 | width: 32%; |
| 184 | } |
| 185 | |
| 186 | .nv-upgrade-notice { |
| 187 | background: #FFFFFF; |
| 188 | border: 1px solid #E1E1E1; |
| 189 | box-sizing: border-box; |
| 190 | padding: 20px; |
| 191 | display: flex; |
| 192 | flex-wrap: wrap; |
| 193 | } |
| 194 | |
| 195 | .nv-upgrade-notice .menu-icon-notice-popup-img { |
| 196 | width: 115px; |
| 197 | height: 100px; |
| 198 | background-color: #f1f1f1; |
| 199 | margin-right: 20px; |
| 200 | margin-bottom: 20px; |
| 201 | } |
| 202 | |
| 203 | .nv-upgrade-notice .menu-icon-notice-popup-img img{ |
| 204 | width: 100%; |
| 205 | height: 100%; |
| 206 | object-fit: cover; |
| 207 | } |
| 208 | |
| 209 | .nv-upgrade-notice .menu-icon-notice-popup { |
| 210 | flex: 1; |
| 211 | } |
| 212 | |
| 213 | .nv-upgrade-notice .menu-icon-notice-popup h4{ |
| 214 | padding: 0; |
| 215 | margin: 0 0 8px; |
| 216 | font-weight: 590; |
| 217 | font-size: 14px; |
| 218 | line-height: 1.2; |
| 219 | color: #000000; |
| 220 | display: block; |
| 221 | width: 100%; |
| 222 | } |
| 223 | |
| 224 | .nv-upgrade-notice .menu-icon-notice-popup p { |
| 225 | font-size: 13px; |
| 226 | line-height: 1.2; |
| 227 | color: #000000; |
| 228 | margin: 0 0 16px; |
| 229 | display: block; |
| 230 | padding: 0; |
| 231 | } |
| 232 | |
| 233 | .nv-upgrade-notice .menu-icon-notice-popup .button { |
| 234 | width: auto; |
| 235 | height: 30px; |
| 236 | background: #0071AE; |
| 237 | border-radius: 4px; |
| 238 | padding: 5px 12px; |
| 239 | font-size: 13px; |
| 240 | line-height: 1.5; |
| 241 | color: #fff; |
| 242 | } |
| 243 | |
| 244 | .nv-upgrade-notice .menu-icon-notice-popup .button:hover { |
| 245 | color: #fff; |
| 246 | } |