PluginProbe
Optimize Database after Deleting Revisions / 5.2
Optimize Database after Deleting Revisions v5.2
3.4.7 3.4.8 3.4.9 3.5 3.5.1 4.0 4.0.1 4.0.2 4.0.3 4.1 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.3 All 144 releases
← All changes | css/style.css +70 -5 3.55.2 View file →
@@ -1,17 +1,52 @@
1 1 @charset "utf-8";
2 2 /* CSS Document */
3 3 .odb-title-bar {
4 4 width: 96%;
5 - background-color: #0074a2;
5 + background-color: #0F145B;
6 6 color: #FFF !important;
7 7 display: inline-block;
8 8 padding-left: 16px;
9 9 margin-top: 30px;
10 10 }
11 +.wp-core-ui #odb-options-wrap .button-primary,
12 +.wp-core-ui #odb-start-buttons .button-primary,
13 +.wp-core-ui #odb-done .button-primary {
14 + background-color: #0F145B;
15 + border-color: #0F145B;
16 +}
17 +
18 +.wp-core-ui #odb-options-wrap .button-primary:hover,
19 +.wp-core-ui #odb-start-buttons .button-primary:hover,
20 +.wp-core-ui #odb-done .button-primary:hover {
21 + background-color: #fff;
22 + color: #0F145B;
23 + border-color: #0F145B;
24 +}
25 +
26 +.wp-core-ui #odb-options-wrap .button,
27 +.wp-core-ui #odb-options-wrap .button-secondary,
28 +.wp-core-ui #odb-start-buttons .button,
29 +.wp-core-ui #odb-start-buttons .button-secondary,
30 +.wp-core-ui #odb-done .button,
31 +.wp-core-ui #odb-done .button-secondary {
32 + color: #0F145B;
33 + border-color: #0F145B;
34 +}
35 +
11 36 .odb-title-bar h2 {
12 37 color: #FFF;
13 38 }
39 +.odb-subheader-container {
40 + width: 96%;
41 +}
42 +.odb-subheader-left {
43 + float: left;
44 +}
45 +.odb-subheader-right {
46 + float: right;
47 + margin-top: 20px;
48 +}
14 49 .odb-bold {
15 50 font-weight: 900;
16 51 }
17 52 .odb-normal {
@@ -21,10 +56,23 @@
21 56 font-style: italic;
22 57 }
23 58 .odb-blue {
24 59 /*color: #00F;*/
25 - color: #0074a2;
60 + color: #0F145B;
26 61 }
62 +.odb-red {
63 + color: #C30;
64 +}
65 +/* v4.1.9: RUNNING INDICATOR ADDED */
66 +#odb-running {
67 + background: rgba(0,0,0,.08) url('../images/running.gif') no-repeat 50% 50%;
68 + width: 100%;
69 + height: 100%;
70 + position: fixed;
71 + top: 0;
72 + left: 0;
73 + z-index: 999;
74 +}
27 75 .odb-action {
28 76 font-size: 13px;
29 77 font-weight: bold;
30 78 color: #000;
@@ -30,9 +78,9 @@
30 78 color: #000;
31 79 }
32 80 .odb-wp-table {
33 81 font-weight: bold;
34 - color: #0074a2;
82 + color: #0F145B;
35 83 }
36 84 .odb-padding-left {
37 85 padding-left: 8px;
38 86 }
@@ -77,8 +125,11 @@
77 125 margin-left: 8px;
78 126 margin-bottom: 16px;
79 127 color: #999;
80 128 }
129 +.odb-post-type-select {
130 + font-size: inherit;
131 +}
81 132 .odb-schedule-select {
82 133 font-size: inherit;
83 134 padding: 0px;
84 135 margin: 0px;
@@ -124,6 +175,20 @@
124 175 text-align: left;
125 176 white-space: nowrap;
126 177 width: 200px;
127 178 }
128 -/*#odb-options-buttons {
129 -}*/
179 +/********************************************************
180 + *
181 + * LOGS
182 + *
183 + ********************************************************/
184 +.odb-log-table {
185 + font-size: 13px;
186 +}
187 +.odb-log-table th {
188 + border-top: solid 1px #000;
189 + border-bottom: solid 1px #000;
190 +}
191 +.odb-log-table td {
192 + padding-bottom: 4px;
193 + border-bottom: dotted 1px #CCC;
194 +}