PluginProbe
Order Tracking – WordPress Status Tracking Plugin / 3.2.2
Order Tracking – WordPress Status Tracking Plugin v3.2.2
3.5.4 3.5.3 3.5.2 3.5.1 3.5.0 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.3.0 3.3.1 3.3.10 3.3.11 3.3.12 3.3.13 3.3.14 3.3.15 All 235 releases
order-tracking / assets / css / plugin-deactivation.css

plugin-deactivation.css in Order Tracking – WordPress Status Tracking Plugin 3.2.2, at assets/css/plugin-deactivation.css

78 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ewd-otp-deactivate-survey-modal {
2 display: none;
3 table-layout: fixed;
4 position: fixed;
5 z-index: 9999;
6 width: 100%;
7 height: 100%;
8 text-align: center;
9 font-size: 14px;
10 top: 0;
11 left: 0;
12 background: rgba(0,0,0,0.8);
13 }
14 .ewd-otp-deactivate-survey-wrap {
15 display: table-cell;
16 vertical-align: middle;
17 }
18 .ewd-otp-deactivate-survey {
19 background-color: #fff;
20 max-width: 550px;
21 margin: 0 auto;
22 padding: 30px;
23 text-align: left;
24 }
25 .ewd-otp-deactivate-survey .error {
26 display: block;
27 color: red;
28 margin: 0 0 10px 0;
29 }
30 .ewd-otp-deactivate-survey-title {
31 display: block;
32 font-size: 18px;
33 font-weight: 700;
34 text-transform: uppercase;
35 border-bottom: 1px solid #ddd;
36 padding: 0 0 18px 0;
37 margin: 0 0 18px 0;
38 }
39 .ewd-otp-deactivate-survey-title span {
40 color: #999;
41 margin-right: 10px;
42 }
43 .ewd-otp-deactivate-survey-desc {
44 display: block;
45 font-weight: 600;
46 margin: 0 0 18px 0;
47 }
48 .ewd-otp-deactivate-survey-option {
49 margin: 0 0 10px 0;
50 }
51 .ewd-otp-deactivate-survey-option-input {
52 margin-right: 10px !important;
53 }
54 .ewd-otp-deactivate-survey-option-details {
55 display: none;
56 width: 90%;
57 margin: 10px 0 0 30px;
58 }
59 .ewd-otp-deactivate-survey-footer {
60 margin-top: 18px;
61 }
62 .ewd-otp-deactivate-survey-deactivate {
63 float: right;
64 font-size: 13px;
65 color: #ccc;
66 text-decoration: none;
67 padding-top: 7px;
68 }
69
70 /*************************************
71 * "Try Premium" Upgrade Link
72 *************************************/
73 /* We also style the upgrade link here since this file loads on the plugins listing screen */
74
75 .ewd-otp-plugin-page-upgrade-link {
76 color: #1da867;
77 font-weight: 600;
78 }