PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 3.9.8
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v3.9.8
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 3.9.8, at features/content-restriction/assets/css/content-restriction.css

77 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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