PluginProbe
Database Reset / trunk
Database Reset vtrunk
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
wordpress-database-reset / assets / css / database-reset.css

database-reset.css in Database Reset trunk, at assets/css/database-reset.css

99 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 p {
2 font-size: 14px;
3 }
4
5 .wrap h1 {
6 margin-bottom: 20px;
7 }
8
9 .ui-button-icon-only {
10 text-indent: -9999px;
11 }
12
13 #select-container {
14 width: 290px;
15 }
16
17 #select-all {
18 float: right;
19 margin-top: 6px;
20 }
21
22 #security-code {
23 font-weight: bold;
24 display: inline-block;
25 margin-left: 3px;
26 padding: 3px 5px 2px 5px;
27 background: #eaeaea;
28 }
29
30 .code,
31 code {
32 font-family: Consolas, Monaco, monospace;
33 direction: ltr;
34 unicode-bidi: embed;
35 }
36
37 #loader {
38 margin-left: 10px;
39 position: absolute;
40 width: 28px;
41 }
42
43 #wp-reset-ad img {
44 float: left;
45 margin-right: 20px;
46 margin-bottom: 20px;
47 width: 100px;
48 }
49
50 #wp-reset-ad {
51 border: 2px solid #d63638;
52 background: #d6363812;
53 }
54
55 /* wpr upsell dialog */
56 .wpr-upsell-dialog .ui-dialog-titlebar {
57 background: #ccc;
58 text-align: center;
59 height: 55px;
60 }
61 .wpr-upsell-dialog .ui-dialog-titlebar img {
62 height: 32px;
63 display: inline-block;
64 margin: 11px 0 0 0;
65 }
66 .wpr-upsell-dialog .ui-dialog-titlebar-close {
67 color: #515151;
68 height: 55px;
69 }
70 .wpr-upsell-dialog .ui-dialog-titlebar-close:hover {
71 color: #333;
72 }
73 .wpr-upsell-dialog .ui-dialog-content {
74 padding: 0;
75 }
76 .wpr-upsell-dialog .ui-tabs-nav {
77 text-align: center;
78 }
79 .wpr-upsell-dialog .ui-tabs .upsell-tab {
80 padding: 20px 15px;
81 text-align: center;
82 }
83 .wpr-upsell-dialog a {
84 color: #333;
85 }
86 .wpr-upsell-dialog a:hover {
87 color: #000;
88 }
89 .wpr-upsell-dialog ul {
90 list-style: disc;
91 list-style-position: inside;
92 }
93 .wpr-upsell-dialog .upsell-footer {
94 text-align: center;
95 margin-top: 20px;
96 }
97
98 /* wpr upsell dialog */
99