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 / add-ons-free / labels-edit / assets / css / style.css

style.css in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 4.0.3, at add-ons-free/labels-edit/assets/css/style.css

77 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #pble-id .mb-right-column{
2 overflow: visible;
3 }
4
5 #pble-id .mb-list-entry-fields li{
6 overflow: visible;
7 }
8
9 #pble-id .description {
10 overflow: hidden;
11 max-width: 80%;
12 padding-top: 5px;
13 font-style: normal;
14 }
15
16 #pble-id .mb-textarea {
17 width: 80%;
18 max-width: 80%;
19 height: 100px;
20 }
21
22 #container_pble thead .wppb-delete-all-fields {
23 color: #333;
24 text-decoration: underline;
25 }
26
27 #container_pble tbody .wck-delete {
28 padding: 8px 16px;
29 }
30
31 #pble-id-side-impexp hr {
32 display: block;
33 position: relative;
34 padding: 0;
35 margin: 8px auto;
36 height: 0;
37 width: 100%;
38 max-height: 0;
39 font-size: 1px;
40 line-height: 0;
41 clear: both;
42 border: none;
43 border-top: 1px solid #d4d4d4;
44 border-bottom: 1px solid #eeeeee;
45 }
46
47 #pble-id-side .inside,
48 #pble-id-side-impexp .inside,
49 #pble-id-side-info .inside {
50 padding: 24px 12px;
51 }
52
53 #pble-id-side .cozmoslabs-form-field-wrapper:first-of-type,
54 #pble-id-side-info .cozmoslabs-form-field-wrapper:first-of-type {
55 margin-top: 0 !important;
56 }
57
58 .profile-builder_page_pb-labels-edit #normal-sortables {
59 display: flex;
60 flex-direction: column;
61 }
62
63 .profile-builder_page_pb-labels-edit #normal-sortables #pble-id {
64 order: 4;
65 }
66
67 .profile-builder_page_pb-labels-edit #normal-sortables #pble-id-side {
68 order: 1;
69 }
70
71 .profile-builder_page_pb-labels-edit #normal-sortables #pble-id-side-info {
72 order: 3;
73 }
74
75 .profile-builder_page_pb-labels-edit #normal-sortables #pble-id-side-impexp {
76 order: 2;
77 }