admin-warning.php
2 years ago
customizer.css
5 years ago
customizer.js
2 years ago
form.php
2 years ago
style.css
8 years ago
widget.php
2 years ago
customizer.css
81 lines
| 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 #d63638; |
| 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 #c3c4c7; |
| 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 #c3c4c7; |
| 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: #a7aaad; |
| 80 | } |
| 81 |