PluginProbe
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance / 2.1.0
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance v2.1.0
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.1.0, at css/admin.css

133 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* big button */
2 .wpo_primary_big {
3 padding: 4px 6px !important;
4 font-size: 22px !important;
5 min-height: 34px;
6 min-width: 200px; }
7
8 /* SECTIONS */
9 .wpo_section {
10 clear: both;
11 padding: 0;
12 margin: 0; }
13
14 .wp-optimize-settings {
15 margin-bottom: 16px; }
16
17 /* COLUMN SETUP */
18 .wpo_col {
19 display: block;
20 float: left;
21 margin: 1% 0 1% 1%; }
22
23 .wpo_col:first-child {
24 margin-left: 0; }
25
26 /* GROUPING */
27 .wpo_group:before,
28 .wpo_group:after {
29 content: "";
30 display: table; }
31
32 .wpo_group:after {
33 clear: both; }
34
35 .wpo_half_width {
36 width: 48%; }
37
38 /* GRID OF THREE */
39 .wpo_span_3_of_3 {
40 width: 100%; }
41
42 .wpo_span_2_of_3 {
43 width: 65.3%; }
44
45 .wpo_span_1_of_3 {
46 width: 32.1%; }
47
48 .nav-tab-wrapper {
49 margin: 14px 0px; }
50
51 @media screen and (min-width: 549px) {
52 .show_on_default_sizes {
53 display: block !important; }
54 .show_on_mobile_sizes {
55 display: none !important; } }
56
57 @media screen and (max-width: 548px) {
58 .show_on_default_sizes {
59 display: none !important; }
60 .show_on_mobile_sizes {
61 display: block !important; } }
62
63 @media screen and (max-width: 768px) {
64 .wpo_col {
65 margin: 1% 0; }
66 .wpo_span_3_of_3 {
67 width: 100%; }
68 .wpo_span_2_of_3 {
69 width: 100%; }
70 .wpo_span_1_of_3 {
71 width: 100%; }
72 .wpo_half_width {
73 width: 100%; } }
74
75 .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 {
76 color: red; }
77
78 td.wp-optimize-settings-optimization-checkbox {
79 width: 18px;
80 padding-left: 4px;
81 padding-right: 0px; }
82
83 .wp-optimize-settings-optimization-checkbox input {
84 margin: 0px;
85 padding: 0px; }
86
87 #retention-period {
88 width: 60px; }
89
90 .wp-optimize-settings-optimization-info {
91 font-size: 80%;
92 padding-left: 32px;
93 font-style: italic; }
94
95 .wp-optimize-settings input[type="checkbox"] {
96 width: 18px; }
97
98 /* Added for the Image on Addons tab*/
99 img.addons {
100 display: block;
101 margin-left: auto;
102 margin-right: auto;
103 width: 260px;
104 height: 220px; }
105
106 .wpo_spinner {
107 width: 18px;
108 height: 18px;
109 padding-left: 10px;
110 display: none;
111 position: relative;
112 top: 4px; }
113
114 #wp-optimize-auto-options {
115 margin-left: 28px; }
116
117 .display-none {
118 display: none; }
119
120 #save_done {
121 color: #d94f00;
122 font-size: 250%; }
123
124 .wp-optimize-settings-optimization-run-spinner {
125 position: relative;
126 top: 2px; }
127
128 #wp_optimize_table_list_refresh {
129 float: right; }
130
131 #wp_optimize_table_list_refresh:hover {
132 cursor: pointer; }
133