PluginProbe
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance / 2.2.11
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance v2.2.11
4.6.1 4.6.0 4.5.5 4.5.4 4.5.3 4.5.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.5 3.2.6 3.2.7 3.2.9 3.3.0 3.3.1 3.3.2 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.7.0 3.7.1 3.8.0 All 110 releases
wp-optimize / css / admin.css

admin.css in WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance 2.2.11, at css/admin.css

516 lines 7.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpo_hidden {
2 display: none;
3 }
4
5 .wpo_info {
6 background: #FFF;
7 color: #444;
8 font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
9 margin: 2em auto;
10 padding: 1em 2em;
11 max-width: 700px;
12 box-shadow: 0 1px 3px rgba(0,0,0,0.13);
13 }
14
15 /* big button */
16 .wpo_primary_big {
17 padding: 4px 6px !important;
18 font-size: 22px !important;
19 min-height: 34px;
20 min-width: 200px;
21 }
22
23 /* SECTIONS */
24 .wpo_section {
25 clear: both;
26 padding: 0;
27 margin: 0;
28 }
29
30 .wp-optimize-settings {
31 margin-bottom: 16px;
32 }
33
34 .wp-optimize-settings td > label {
35 font-weight: bold;
36 display: block;
37 margin-bottom: 8px;
38 }
39
40 /* COLUMN SETUP */
41 .wpo_col {
42 display: block;
43 float: left;
44 margin: 1% 0 1% 1%;
45 }
46
47 .wpo_col:first-child {
48 margin-left: 0;
49 }
50
51 /* GROUPING */
52 .wpo_group:before,
53 .wpo_group:after {
54 content: "";
55 display: table;
56 }
57
58 .wpo_group:after {
59 clear: both;
60 }
61
62 .wpo_half_width {
63 width: 48%;
64 }
65
66 /* GRID OF THREE */
67 .wpo_span_3_of_3 {
68 width: 100%;
69 }
70
71 .wpo_span_2_of_3 {
72 width: 65.3%;
73 }
74
75 .wpo_span_1_of_3 {
76 width: 32.1%;
77 }
78
79 .nav-tab-wrapper {
80 margin: 14px 0px;
81 }
82
83 @media screen and (min-width: 549px) {
84
85 .show_on_default_sizes {
86 display: block !important;
87 }
88
89 .show_on_mobile_sizes {
90 display: none !important;
91 }
92
93 }
94
95 @media screen and (max-width: 548px) {
96
97 .show_on_default_sizes {
98 display: none !important;
99 }
100
101 .show_on_mobile_sizes {
102 display: block !important;
103 }
104
105 }
106
107 @media screen and (max-width: 768px) {
108
109 .wpo_col {
110 margin: 1% 0;
111 }
112
113 .wpo_span_3_of_3 {
114 width: 100%;
115 }
116
117 .wpo_span_2_of_3 {
118 width: 100%;
119 }
120
121 .wpo_span_1_of_3 {
122 width: 100%;
123 }
124
125 .wpo_half_width {
126 width: 100%;
127 }
128
129 }
130
131 /* .wp-optimize-settings-clean-transient label, .wp-optimize-settings-clean-pingbacks label, .wp-optimize-settings-clean-trackbacks label, .wp-optimize-settings-clean-postmeta label, .wp-optimize-settings-clean-orphandata label, .wp-optimize-settings-clean-commentmeta label */
132
133 .wp-optimize-setting-is-sensitive td > label::before {
134 content: "\f534";
135 font-family: 'dashicons';
136 display: inline-block;
137 margin-right: 6px;
138 font-style: normal;
139 line-height: 1;
140 vertical-align: middle;
141 width: 20px;
142 font-size: 18px;
143 height: 20px;
144 text-align: center;
145 color: #72777C;
146 }
147
148 .wpo-run-optimizations__container {
149 margin-bottom: 15px;
150 }
151
152 td.wp-optimize-settings-optimization-checkbox {
153 width: 18px;
154 padding-left: 4px;
155 padding-right: 0px;
156 }
157
158 .wp-optimize-settings-optimization-checkbox input {
159 margin: 0px;
160 padding: 0px;
161 }
162
163 #retention-period {
164 width: 60px;
165 }
166
167 .wp-optimize-settings-optimization-info {
168 font-size: 80%;
169 font-style: italic;
170 }
171
172 .wp-optimize-settings input[type="checkbox"] {
173 /* width: 18px; */
174 }
175
176 /* Added for the Image on Addons tab*/
177 img.addons {
178 display: block;
179 margin-left: auto;
180 margin-right: auto;
181 margin-bottom: 20px;
182 max-height: 44px;
183 height: auto;
184 max-width: 100%;
185 }
186
187 .wpo_spinner {
188 width: 18px;
189 height: 18px;
190 padding-left: 10px;
191 display: none;
192 position: relative;
193 top: 4px;
194 }
195
196 .optimization_spinner {
197 width: 20px;
198 height: 20px;
199 }
200
201 #wp-optimize-auto-options {
202 margin: 20px 0 0 28px;
203 }
204
205 .display-none {
206 display: none;
207 }
208
209 .visibility-hidden {
210 visibility: hidden;
211 }
212
213 .margin-one-percent {
214 margin: 1%;
215 }
216
217 #save_done, .save-done {
218 color: #D94F00;
219 font-size: 250% !important;
220 }
221
222 .wp-optimize-settings-optimization-info a {
223 text-decoration: underline;
224 }
225
226 .wp-optimize-settings-optimization-run-spinner {
227 position: relative;
228 top: 2px;
229 }
230
231 @media screen and (min-width: 782px) {
232
233 td.wp-optimize-settings-optimization-run {
234 width: 180px;
235 padding-top: 16px;
236 }
237
238 }
239
240 #wpoptimize_table_list .tablesorter-filter-row {
241 display: none !important;
242 }
243
244 #wpoptimize_table_list .optimization_spinner {
245 position: relative;
246 top: 2px;
247 left: 5px;
248 }
249
250 #wpoptimize_table_list .optimization_spinner.visibility-hidden {
251 display: none;
252 }
253
254 #wpoptimize_table_list_filter {
255 width: 100%;
256 margin-bottom: 15px;
257 }
258
259 #wpoptimize_table_list_tables_not_found {
260 display: none;
261 margin: 20px 0;
262 }
263
264 div#wpoptimize_table_list_tables_not_found + h3 {
265 margin-top: 30px;
266 }
267
268 #optimize_form .select2-container,
269 #wp-optimize-auto-options .select2-container {
270 width: 50% !important;
271 top: -5px;
272 height: 40px;
273 margin-left: 10px;
274 }
275
276 #wpoptimize_table_list .optimization_done_icon {
277 color: #009B24;
278 font-size: 200%;
279 display: inline-block;
280 position: relative;
281 }
282
283 #wpo_sitelist_show_moreoptions_cron {
284 font-size: 13px;
285 line-height: 1.5;
286 letter-spacing: 1px;
287 }
288
289 #wp-optimize-nav-tab-contents-images .wpo_span_2_of_3 h3 {
290 display: inline-block;
291 }
292
293 .wpo_remove_selected_sizes_btn__container {
294 margin-top: 20px;
295 }
296
297 .unused-image-sizes__label {
298 display: block;
299 line-height: 1.6;
300 }
301
302 @media (max-width: 782px) {
303
304 .unused-image-sizes__label {
305 margin-left: 30px;
306 margin-bottom: 15px;
307 line-height: 1;
308 }
309
310 .unused-image-sizes__label input[type=checkbox] {
311 margin-left: -30px;
312 }
313
314 }
315
316 #wp-optimize-nav-tab-contents-tables a {
317 vertical-align: middle;
318 }
319
320 #wpo_sitelist_moreoptions,
321 #wpo_sitelist_moreoptions_cron {
322 margin: 4px 16px 6px 0;
323 border: 1px dotted;
324 padding: 6px 10px;
325 max-height: 300px;
326 overflow-y: scroll;
327 overflow-x: hidden;
328 }
329
330 #wpo_sitelist_moreoptions {
331 max-height: 150px;
332 margin-right: 0;
333 }
334
335 #wpo_settings_sites_list li,
336 #wpo_settings_sites_list li a {
337 font-size: 13px;
338 line-height: 1.5;
339 }
340
341 #wpo_sitelist_moreoptions_cron li {
342 padding-left: 20px;
343 }
344
345 #wpo_import_error_message {
346 display: none;
347 color: #9B0000;
348 }
349
350 #wpo_import_success_message {
351 display: none;
352 color: #46B450;
353 }
354
355 #wp-optimize-logging-options {
356 margin-top: 10px;
357 }
358
359 /* Logger settings*/
360 .wpo_logging_header {
361 font-weight: bold;
362 border-top: 1px solid #333;
363 border-bottom: 1px solid #333;
364 padding: 5px 0;
365 margin: 0;
366 }
367
368 .wpo_logging_row {
369 border-bottom: 1px solid #A1A2A3;
370 padding: 5px 0;
371 }
372
373 .wpo_logging_logger_title,
374 .wpo_logging_options_title,
375 .wpo_logging_status_title,
376 .wpo_logging_actions_title,
377 .wpo_logging_logger_row,
378 .wpo_logging_options_row,
379 .wpo_logging_status_row,
380 .wpo_logging_actions_row {
381 display: inline-block;
382 vertical-align: middle;
383 }
384
385 .wpo_logging_logger_title,
386 .wpo_logging_logger_row {
387 width: 38%;
388 }
389
390 .wpo_logging_options_title,
391 .wpo_logging_options_row {
392 width: 44%;
393 }
394
395 .wpo_logging_status_title,
396 .wpo_logging_status_row {
397 width: 8%;
398 }
399
400 .wpo_logging_actions_title,
401 .wpo_logging_actions_row {
402 width: 7%;
403 }
404
405 .wpo_logging_actions_row {
406 text-align: right;
407 }
408
409 .wpo_logging_options_row {
410 word-wrap: break-word;
411 }
412
413 .wpo_logging_actions_row .dashicons-no-alt,
414 .wpo_add_logger_form .dashicons-no-alt {
415 background-color: #F06666;
416 color: #FFF;
417 width: 20px;
418 height: 20px;
419 border-radius: 20px;
420 display: inline-block;
421 cursor: pointer;
422 margin-left: 5px;
423 }
424
425 .wpo_add_logger_form .dashicons-no-alt {
426 margin-top: 12px;
427 margin-right: 10px;
428 float: right;
429 }
430
431 .wpo_logger_type {
432 width: 90%;
433 margin-top: 10px;
434 }
435
436 .wpo_logger_addition_option {
437 width: 100%;
438 margin-top: 5px;
439 }
440
441 .wpo_alert_notice {
442 background-color: #F06666;
443 color: #FFF;
444 padding: 5px;
445 display: block;
446 margin-bottom: 5px;
447 border-radius: 5px;
448 }
449
450 .wpo_error_field {
451 border-color: #F06666 !important;
452 }
453
454 .save_settings_reminder {
455 display: none;
456 color: #333;
457 padding: 15px 20px;
458 background-color: #F0A5A4;
459 border-radius: 3px;
460 margin: 15px 0;
461 }
462
463 #wpo_remove_selected_sizes {
464 margin-top: 20px;
465 }
466
467 .wpo_unused_images_buttons_wrap {
468 display: none;
469 }
470
471 .wpo_unused_images_container h3 {
472 min-width: 150px;
473 }
474
475 #wpo_unused_images, #wpo_smush_images_grid {
476 max-height: 500px;
477 overflow-y: auto;
478 }
479
480 #wpo_unused_images a {
481 outline: none;
482 }
483
484 #wp-optimize-nav-tab-wpo_database-tables-contents .wpo-take-a-backup {
485 margin-left: 1%;
486 }
487
488 .run-single-table-delete {
489 margin-top: 3px;
490 }
491
492 #wpo_browser_cache_output,
493 #wpo_gzip_compression_output {
494 background: #F0F0F0;
495 padding: 10px;
496 border: 1px solid #CCC;
497 }
498
499 #wpo_browser_cache_error_message,
500 #wpo_gzip_compression_error_message,
501 .wpo-error {
502 color: #9B0000;
503 }
504
505 #wpo_browser_cache_expire_days,
506 #wpo_browser_cache_expire_hours {
507 width: 50px;
508 }
509
510 .wpo-enabled .wpo-disabled {
511 display: none;
512 }
513
514 .wpo-disabled .wpo-enabled {
515 display: none;
516 }