PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.6.2
Jetpack – WP Security, Backup, Speed, & Growth v7.6.2
16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 All 503 releases
jetpack / modules / widgets / simple-payments / customizer.css

customizer.css in Jetpack – WP Security, Backup, Speed, & Growth 7.6.2, at modules/widgets/simple-payments/customizer.css

81 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .widget-content .jetpack-simple-payments,
2 .widget-content .jetpack-simple-payments-form {
3 clear: both;
4 }
5
6 .widget-content .jetpack-simple-payments-disabled-error {
7 background: #fff;
8 border-left: 4px solid #dc3232;
9 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
10 margin: 5px 0 15px;
11 padding: 1px 12px;
12 }
13
14 .widget-content .jetpack-simple-payments-form .invalid {
15 border: 1px solid #dc3232;
16 }
17
18 .widget-content .jetpack-simple-payments-form .cost label {
19 display: block;
20 }
21
22 .widget-content .jetpack-simple-payments-image-fieldset {
23 position: relative;
24 width: 100%;
25 }
26
27 .widget-content .jetpack-simple-payments-image-fieldset .placeholder {
28 border: 1px dashed #b4b9be;
29 box-sizing: border-box;
30 cursor: pointer;
31 line-height: 20px;
32 padding: 9px 0;
33 position: relative;
34 text-align: center;
35 width: 100%;
36 margin: 4px 0 1em;
37 }
38
39 .widget-content .jetpack-simple-payments-image {
40 max-width: 100%;
41 margin-top: 4px;
42 position: relative;
43 text-align: center;
44 }
45
46 .widget-content .jetpack-simple-payments-image img {
47 max-width: 100%;
48 box-sizing: border-box;
49 border: 1px dashed #b4b9be;
50 padding: 4px;
51 height: auto;
52 cursor: pointer;
53 }
54
55 .widget-content .jetpack-simple-payments-image img:hover {
56 border-style: solid;
57 }
58
59 .widget-content .jetpack-simple-payments-form .field-currency {
60 display: inline-block;
61 vertical-align: top;
62 width: 40%;
63 }
64
65 .widget-content .jetpack-simple-payments-form .field-price {
66 display: inline-block;
67 line-height: 20px;
68 width: 58%;
69 }
70
71 .widget-content .jetpack-simple-payments-form .alignleft button,
72 .widget-content .jetpack-simple-payments-form .alignright span {
73 display: inline-block;
74 margin-top: 5px;
75 }
76
77 .widget-content .button-link:disabled,
78 .widget-content .button-link:hover[disabled] {
79 color: #a0a5aa;
80 }
81