暂无描述

customizer.css 1.7KB

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