| 1 |
.wppb-content-restriction-wrap form { |
| 2 |
margin-top: 40px; |
| 3 |
max-width: 900px; |
| 4 |
} |
| 5 |
|
| 6 |
#wppb-settings-content-restriction .wppb-restriction-fields-group { |
| 7 |
margin-bottom: 40px; |
| 8 |
} |
| 9 |
|
| 10 |
#wppb-settings-content-restriction .wppb-restriction-label { |
| 11 |
display: inline-block; |
| 12 |
vertical-align: top; |
| 13 |
margin: 0 20px 10px 0; |
| 14 |
width: 140px; |
| 15 |
font-weight: bold; |
| 16 |
} |
| 17 |
|
| 18 |
#wppb-settings-content-restriction .wppb-restriction-type label { |
| 19 |
margin-right: 15px; |
| 20 |
} |
| 21 |
|
| 22 |
#wppb-settings-content-restriction input { |
| 23 |
max-width: 360px; |
| 24 |
} |
| 25 |
|
| 26 |
#wppb-settings-content-restriction .wppb-restriction-type, |
| 27 |
#wppb-settings-content-restriction .wppb-restriction-activated, |
| 28 |
#wppb-settings-content-restriction #wp-message_logged_out-wrap, |
| 29 |
#wppb-settings-content-restriction #wp-message_logged_in-wrap, |
| 30 |
#wppb-settings-content-restriction #wp-messages_purchasing_restricted-wrap, |
| 31 |
#wppb-settings-content-restriction .wppb-restriction-post-preview { |
| 32 |
display: inline-block; |
| 33 |
width: 80%; |
| 34 |
} |
| 35 |
|
| 36 |
#wppb-settings-content-restriction .description { |
| 37 |
margin-top: 10px; |
| 38 |
} |
| 39 |
|
| 40 |
#wppb-meta-box-fields-wrapper-restriction-redirect-url, |
| 41 |
.wppb-meta-box-field-wrapper-custom-redirect-url, |
| 42 |
.wppb-meta-box-field-wrapper-custom-messages { |
| 43 |
display: none; |
| 44 |
} |
| 45 |
|
| 46 |
#wppb-meta-box-fields-wrapper-restriction-redirect-url.wppb-content-restriction-enabled, |
| 47 |
.wppb-meta-box-field-wrapper-custom-redirect-url.wppb-content-restriction-enabled, |
| 48 |
.wppb-meta-box-field-wrapper-custom-messages.wppb-content-restriction-enabled { |
| 49 |
display: block; |
| 50 |
} |
| 51 |
|
| 52 |
.wppb-meta-box-field-wrapper { |
| 53 |
position: relative; |
| 54 |
padding-left: 210px; |
| 55 |
margin: 25px 0; |
| 56 |
} |
| 57 |
|
| 58 |
.wppb-meta-box-fields-wrapper h4 { |
| 59 |
background: #f1f1f1; |
| 60 |
padding: 10px 7px; |
| 61 |
margin: 0 -7px; |
| 62 |
} |
| 63 |
|
| 64 |
.wppb-meta-box-field-wrapper label { |
| 65 |
display: inline-block; |
| 66 |
margin-right: 10px; |
| 67 |
} |
| 68 |
|
| 69 |
.wppb-meta-box-field-wrapper .wppb-meta-box-field-label { |
| 70 |
font-weight: bold; |
| 71 |
width: 200px; |
| 72 |
position: absolute; |
| 73 |
display: block; |
| 74 |
top: 0; |
| 75 |
left: 0; |
| 76 |
} |
| 77 |
|