← All changes
|
features/content-restriction/assets/css/content-restriction.css
+17
-0
3.9.9
→
4.0.3
View file →
| @@ -18,5 +18,22 @@ | ||
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | #wppb_post_content_restriction .cozmoslabs-checkbox-list input[type="checkbox"]:disabled + label { |
| 21 | 21 | opacity: 0.6; |
| 22 | +} | |
| 23 | + | |
| 24 | +#addtag #wppb-meta-box-fields-wrapper-restriction-custom-messages{ | |
| 25 | + margin-bottom: 20px; | |
| 26 | +} | |
| 27 | + | |
| 28 | +body.term-php .wppb-taxonomy-content-restriction-cell { | |
| 29 | + width: 100%; | |
| 30 | +} | |
| 31 | + | |
| 32 | +body.term-php .wppb-taxonomy-content-restriction { | |
| 33 | + width: min(920px, 100%); | |
| 34 | + max-width: 100%; | |
| 35 | +} | |
| 36 | + | |
| 37 | +body.term-php .wppb-taxonomy-content-restriction:first-of-type { | |
| 38 | + margin-top: 0; | |
| 22 | 39 | } |