PluginProbe
Database Reset / 3.25
Database Reset v3.25
2.3.2 3.0 3.0.1 3.0.2 3.1 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23 3.24 3.25 trunk 1.0 1.2 1.2.1 1.2.2 1.3 1.4 2.0 2.1 All 27 releases
← All changes | assets/css/database-reset.css +14 -4 3.183.25 View file →
@@ -5,8 +5,12 @@
5 5 .wrap h1 {
6 6 margin-bottom: 20px;
7 7 }
8 8
9 +.ui-button-icon-only {
10 + text-indent: -9999px;
11 +}
12 +
9 13 #select-container {
10 14 width: 290px;
11 15 }
12 16
@@ -22,12 +26,13 @@
22 26 padding: 3px 5px 2px 5px;
23 27 background: #eaeaea;
24 28 }
25 29
26 -.code, code {
27 - font-family: Consolas,Monaco,monospace;
28 - direction: ltr;
29 - unicode-bidi: embed;
30 +.code,
31 +code {
32 + font-family: Consolas, Monaco, monospace;
33 + direction: ltr;
34 + unicode-bidi: embed;
30 35 }
31 36
32 37 #loader {
33 38 margin-left: 10px;
@@ -39,8 +44,13 @@
39 44 float: left;
40 45 margin-right: 20px;
41 46 margin-bottom: 20px;
42 47 width: 100px;
48 +}
49 +
50 +#wp-reset-ad {
51 + border: 2px solid #d63638;
52 + background: #d6363812;
43 53 }
44 54
45 55 /* wpr upsell dialog */
46 56 .wpr-upsell-dialog .ui-dialog-titlebar {