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
← All changes | assets/lib/wck-api/wordpress-creation-kit.css +41 -1 3.9.9 → 4.0.3 View file →
@@ -95,12 +95,42 @@
95 95
96 96 body.post-type-wppb-epf-cpt #poststuff,
97 97 body.post-type-wppb-rf-cpt #poststuff,
98 98 body.post-type-wppb-ul-cpt #poststuff {
99 - max-width: 1200px;
99 + max-width: 900px;
100 100 margin: 0 auto;
101 101 }
102 102
103 +@media screen and (min-width: 1402px) {
104 + body.post-type-wppb-epf-cpt #poststuff,
105 + body.post-type-wppb-rf-cpt #poststuff,
106 + body.post-type-wppb-ul-cpt #poststuff {
107 + max-width: 1200px;
108 + }
109 +
110 + body.post-type-wppb-epf-cpt #wpbody-content > .wrap,
111 + body.post-type-wppb-rf-cpt #wpbody-content > .wrap,
112 + body.post-type-wppb-ul-cpt #wpbody-content > .wrap {
113 + max-width: 1200px;
114 + margin: 0 auto;
115 + }
116 +}
117 +
118 +@media screen and (min-width: 1920px) {
119 + body.post-type-wppb-epf-cpt #poststuff,
120 + body.post-type-wppb-rf-cpt #poststuff,
121 + body.post-type-wppb-ul-cpt #poststuff {
122 + max-width: 1500px;
123 + }
124 +
125 + body.post-type-wppb-epf-cpt #wpbody-content > .wrap,
126 + body.post-type-wppb-rf-cpt #wpbody-content > .wrap,
127 + body.post-type-wppb-ul-cpt #wpbody-content > .wrap {
128 + max-width: 1500px;
129 + margin: 0 auto;
130 + }
131 +}
132 +
103 133 #poststuff .postbox-header {
104 134 display: flex;
105 135 align-items: center;
106 136 justify-content: space-between;
@@ -182,5 +212,15 @@
182 212
183 213 #wppb-rf-side .cozmoslabs-form-field-wrapper,
184 214 #wppb-epf-side .cozmoslabs-form-field-wrapper {
185 215 margin-top: 10px !important;
216 +}
217 +
218 +#mb-ajax-loading {
219 + background: url(images/ajax-loader.gif) no-repeat;
220 + width: 32px;
221 + height: 32px;
222 + position: absolute;
223 + top: 50%;
224 + left: 50%;
225 + transform: translate(-50%, -50%);
186 226 }