blob: 48733d51f63b9e8c1cfe3691743f91b108dea286 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
.widget-content .jetpack-simple-payments,
.widget-content .jetpack-simple-payments-form {
clear: both;
}
.widget-content .jetpack-simple-payments-form .invalid {
border: 1px solid #dc3232;
}
.widget-content .jetpack-simple-payments-form .cost label {
display: block;
}
.widget-content .jetpack-simple-payments-image-fieldset {
position: relative;
width: 100%;
}
.widget-content .jetpack-simple-payments-image-fieldset .placeholder {
border: 1px dashed #b4b9be;
box-sizing: border-box;
cursor: pointer;
line-height: 20px;
padding: 9px 0;
position: relative;
text-align: center;
width: 100%;
margin: 4px 0 1em;
}
.widget-content .jetpack-simple-payments-image {
max-width: 100%;
margin-top: 4px;
position: relative;
text-align: center;
}
.widget-content .jetpack-simple-payments-image img {
max-width: 100%;
box-sizing: border-box;
border: 1px dashed #b4b9be;
padding: 4px;
height: auto;
cursor: pointer;
}
.widget-content .jetpack-simple-payments-image img:hover {
border-style: solid;
}
.widget-content .jetpack-simple-payments-form .field-currency {
display: inline-block;
vertical-align: top;
width: 40%;
}
.widget-content .jetpack-simple-payments-form .field-price {
display: inline-block;
line-height: 20px;
width: 58%;
}
.widget-content .jetpack-simple-payments-form .alignleft button,
.widget-content .jetpack-simple-payments-form .alignright span {
display: inline-block;
margin-top: 5px;
}
.widget-content .button-link:disabled,
.widget-content .button-link:hover[disabled] {
color: #a0a5aa;
}
|