Нет описания

um-admin-settings.css 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. .um-settings-section .description {
  2. font-style: italic;
  3. }
  4. .um-notification-status {
  5. margin-right: 18px;
  6. font-size: 28px;
  7. line-height: 22px;
  8. }
  9. .um-notification-status {
  10. color: #a00;
  11. float:left;
  12. box-sizing: border-box;
  13. -moz-box-sizing: border-box;
  14. -webkit-box-sizing: border-box;
  15. }
  16. .um-notification-status.um-notification-is-active {
  17. color: #46b450;
  18. }
  19. .um-email-configure span {
  20. line-height: 24px;
  21. }
  22. .um-long-field {
  23. width:100%;
  24. }
  25. .um-medium-field {
  26. width:50%;
  27. }
  28. .um-small-field {
  29. width:25%;
  30. }
  31. .column-configure {
  32. width: 60px;
  33. text-align: center;
  34. }
  35. th.column-email.column-primary {
  36. padding-left: 48px;
  37. }
  38. .um-nav-tab-wrapper {
  39. margin-right: 20px;
  40. }
  41. #um-settings-emails {
  42. float:left;
  43. width:calc( 100% - 20px );
  44. margin-right: 20px;
  45. }
  46. #um-settings-form {
  47. float:left;
  48. width:calc( 100% - 10px );
  49. margin-right: 10px;
  50. }
  51. #um-settings-form .subsubsub {
  52. float:left;
  53. width:100%;
  54. }
  55. .um-settings-line .multi-checkbox-line {
  56. float:left;
  57. width:100%;
  58. clear: both;
  59. margin: 0 0 10px 0;
  60. padding: 0;
  61. }
  62. .um-settings-line .multi-checkbox-column {
  63. float:left;
  64. margin: 0;
  65. padding:0;
  66. }
  67. .um-settings-line .multi-checkbox-column label {
  68. float:left;
  69. width:100%;
  70. }
  71. .wrap-licenses .form-table,
  72. .wrap-licenses thead,
  73. .wrap-licenses tbody,
  74. .wrap-licenses tfoot,
  75. .wrap-licenses tr,
  76. .wrap-licenses td,
  77. .wrap-licenses th,
  78. .wrap-licenses caption {
  79. display: block;
  80. }
  81. .wrap-licenses .form-table tr {
  82. float: left;
  83. margin: 0 15px 15px 0;
  84. background: #fff;
  85. border: 1px solid #ccc;
  86. width: 30.5%;
  87. max-width: 350px;
  88. padding: 14px;
  89. min-height: 240px;
  90. position: relative;
  91. box-sizing: border-box;
  92. }
  93. .wrap-licenses .form-table th {
  94. background: #f9f9f9;
  95. padding: 14px;
  96. border-bottom: 1px solid #ccc;
  97. margin: -14px -14px 20px;
  98. width: 100%;
  99. }
  100. .wrap-licenses .form-table td {
  101. padding: 0;
  102. }
  103. .wrap-licenses td input.regular-text {
  104. margin: 0 0 8px;
  105. width: 100%;
  106. }
  107. .wrap-licenses .edd-license-data[class*="edd-license-"] {
  108. position: absolute;
  109. background: #fafafa;
  110. padding: 14px;
  111. border-top: 1px solid #eee;
  112. margin: 20px -14px -14px;
  113. min-height: 67px;
  114. width: 100%;
  115. bottom: 14px;
  116. box-sizing: border-box;
  117. }
  118. .wrap-licenses .edd-license-data[class*="edd-license-"] a {
  119. color: #444;
  120. }
  121. .wrap-licenses .edd-license-data[class*="edd-license-"] a:hover {
  122. text-decoration: none;
  123. }
  124. .wrap-licenses .edd-license-data.license-expires-soon-notice {
  125. background-color: #00a0d2;
  126. color: #fff;
  127. border-color: #00a0d2;
  128. }
  129. .wrap-licenses .edd-license-data.edd-license-expired {
  130. background-color: #e24e4e;
  131. color: #fff;
  132. border-color: #e24e4e;
  133. }
  134. .wrap-licenses .edd-license-data.edd-license-valid {
  135. background-color: #5abc55;
  136. color: #fff;
  137. border-color: #5abc55;
  138. }
  139. .wrap-licenses .edd-license-data.edd-license-error,
  140. .wrap-licenses .edd-license-data.edd-license-missing,
  141. .wrap-licenses .edd-license-data.edd-license-invalid,
  142. .wrap-licenses .edd-license-data.edd-license-site_inactive,
  143. .wrap-licenses .edd-license-data.edd-license-item_name_mismatch {
  144. background-color: #ffebcd;
  145. border-color: #ffebcd;
  146. }
  147. .wrap-licenses .edd-license-data p {
  148. font-size: 13px;
  149. margin-top: 0;
  150. }
  151. .wrap-licenses .edd-license-data.license-expires-soon-notice a,
  152. .wrap-licenses .edd-license-data.edd-license-expired a {
  153. color: #fff;
  154. }
  155. .wrap-licenses .edd-license-data.license-expires-soon-notice a:hover,
  156. .wrap-licenses .edd-license-data.edd-license-expired a:hover {
  157. text-decoration: none;
  158. }
  159. .wrap-licenses ~ p.submit {
  160. clear: both;
  161. }
  162. @media screen and (max-width: 980px) {
  163. .wrap-licenses .form-table tr {
  164. width:calc( 50% - 15px );
  165. max-width: none;
  166. }
  167. }
  168. @media screen and (max-width: 782px) {
  169. .wrap-licenses .form-table tr {
  170. width:100%;
  171. margin-right: 0;
  172. max-width: none;
  173. }
  174. .um-settings-line .multi-checkbox-column {
  175. width:100% !important;
  176. }
  177. .um-settings-line .multi-checkbox-column label {
  178. line-height: 30px !important;
  179. }
  180. .um-medium-field {
  181. width:100%;
  182. }
  183. .um-small-field {
  184. width:50%;
  185. }
  186. }
  187. /*
  188. .email_template_wrapper .copy_button_overlay {
  189. position:absolute;
  190. top:0;
  191. bottom:0;
  192. width:calc( 100% - 30px );
  193. z-index: 2;
  194. background: rgba( 241, 241, 241, 0.95 );
  195. text-align: center;
  196. padding-top: 30%;
  197. padding-right: 20px;
  198. padding-left: 20px;
  199. }
  200. .email_template_wrapper .copy_button_overlay > span {
  201. color: #444;
  202. margin: 0 0 15px 0;
  203. display: inline-block;
  204. }
  205. .email_template_wrapper.in_theme .copy_button_overlay {
  206. display: none !important;
  207. }
  208. */
  209. .um_setting_ajax_button_response.complete {
  210. color:darkgreen;
  211. font-style: italic;
  212. }