wordpress-turnstile

Wordpress paywall plugin
Log | Files | Refs | README | LICENSE

admin.css (1179B)


      1 /**
      2  * Admin Styles for Taler Turnstile
      3  */
      4 
      5 .taler-turnstile-settings .form-table th {
      6     width: 200px;
      7 }
      8 
      9 .taler-turnstile-settings .required {
     10     color: #d63638;
     11 }
     12 
     13 .taler-turnstile-settings .postbox {
     14     margin-bottom: 20px;
     15 }
     16 
     17 .taler-turnstile-settings .postbox .inside {
     18     padding: 0 12px 12px;
     19 }
     20 
     21 .taler-turnstile-settings .form-table {
     22     margin-top: 0;
     23 }
     24 
     25 .taler-turnstile-settings .form-table td {
     26     padding: 10px;
     27 }
     28 
     29 /* Price category list table */
     30 .taler-price-categories-list table.wp-list-table {
     31     margin-top: 20px;
     32 }
     33 
     34 /* Notice styling */
     35 .notice.notice-warning p {
     36     font-weight: 500;
     37 }
     38 
     39 /* Form field styling */
     40 .taler-turnstile-settings input[type="url"],
     41 .taler-turnstile-settings input[type="text"],
     42 .taler-turnstile-settings input[type="number"] {
     43     width: 100%;
     44     max-width: 25em;
     45 }
     46 
     47 .taler-turnstile-settings textarea {
     48     width: 100%;
     49     max-width: 50em;
     50 }
     51 
     52 /* Checkbox list styling */
     53 .taler-turnstile-settings label {
     54     display: inline-block;
     55 }
     56 
     57 /* Subscription price sections */
     58 .taler-subscription-prices .postbox {
     59     max-width: 800px;
     60 }
     61 
     62 .taler-subscription-prices .form-table td input[type="number"] {
     63     max-width: 150px;
     64 }