PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.3
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.3
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
profile-builder / features / content-restriction / assets / css / content-restriction.css

content-restriction.css in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 4.0.3, at features/content-restriction/assets/css/content-restriction.css

39 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wppb-meta-box-fields-wrapper-restriction-redirect-url,
2 .wppb-meta-box-field-wrapper-custom-redirect-url:not(.wppb-content-restriction-enabled),
3 .wppb-meta-box-field-wrapper-custom-messages {
4 display: none;
5 }
6
7 #wppb-meta-box-fields-wrapper-restriction-redirect-url.wppb-content-restriction-enabled,
8 .wppb-meta-box-field-wrapper-custom-messages.wppb-content-restriction-enabled {
9 display: block;
10 }
11
12 .wppb-meta-box-field-wrapper-custom-redirect-url.wppb-content-restriction-enabled {
13 display: flex;
14 }
15
16 #wppb_post_content_restriction .cozmoslabs-description:not(.cozmoslabs-description-align-right, .cozmoslabs-description-space-left, .cozmoslabs-toggle-description p) {
17 flex-basis: 100%;
18 }
19
20 #wppb_post_content_restriction .cozmoslabs-checkbox-list input[type="checkbox"]:disabled + label {
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;
39 }