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 / roles-editor / assets / css / roles-editor.css

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

485 lines 13.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @font-face {
2 font-family: 'wppb_re_font';
3 src: url('../font/wppb_re_font.eot?45804157');
4 src: url('../font/wppb_re_font.eot?45804157#iefix') format('embedded-opentype'),
5 url('../font/wppb_re_font.woff2?45804157') format('woff2'),
6 url('../font/wppb_re_font.woff?45804157') format('woff'),
7 url('../font/wppb_re_font.ttf?45804157') format('truetype'),
8 url('../font/wppb_re_font.svg?45804157#wppb_re_font') format('svg');
9 font-weight: normal;
10 font-style: normal;
11 }
12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14 /*
15 @media screen and (-webkit-min-device-pixel-ratio:0) {
16 @font-face {
17 font-family: 'wppb_re_font';
18 src: url('../font/wppb_re_font.svg?45804157#wppb_re_font') format('svg');
19 }
20 }
21 */
22
23 [class^="icon-wppb-re-"]:before, [class*=" icon-wppb-re-"]:before {
24 font-family: "wppb_re_font";
25 font-style: normal;
26 font-weight: normal;
27 speak: none;
28
29 display: inline-block;
30 text-decoration: inherit;
31 width: 1em;
32 margin-right: .2em;
33 text-align: center;
34 /* opacity: .8; */
35
36 /* For safety - reset parent styles, that can break glyph codes*/
37 font-variant: normal;
38 text-transform: none;
39
40 /* fix buttons height, for twitter bootstrap */
41 line-height: 1em;
42
43 /* Animation center compensation - margins should be symmetric */
44 /* remove if not needed */
45 margin-left: .2em;
46
47 /* you can be more comfortable with increased icons size */
48 /* font-size: 120%; */
49
50 /* Font smoothing. That was taken from TWBS */
51 -webkit-font-smoothing: antialiased;
52 -moz-osx-font-smoothing: grayscale;
53
54 /* Uncomment for 3D effect */
55 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
56 }
57
58 .icon-wppb-re-users:before { content: '\e801'; } /* '' */
59 .icon-wppb-re-slug:before { content: '\e802'; } /* '' */
60 .icon-wppb-re-caps:before { content: '\e803'; } /* '' */
61 .icon-wppb-re-spinner:before { content: '\e838'; } /* '' */
62
63 .post-type-wppb-roles-editor .table-role-info {
64 font-size: 13px;
65 }
66
67 .post-type-wppb-roles-editor #post-query-submit {
68 display: none;
69 }
70
71 .post-type-wppb-roles-editor .column-role {
72 width: 25%;
73 }
74
75 .post-type-wppb-roles-editor .column-role .wppb-role-slug-input{
76 width:90%;
77 }
78
79 .post-type-wppb-roles-editor .column-capabilities {
80 width: 15%;
81 text-align: center;
82 }
83
84 .post-type-wppb-roles-editor .column-users {
85 width: 10%;
86 text-align: center;
87 }
88
89 .post-type-wppb-roles-editor .wppb-delete-capability-disabled,
90 .post-type-wppb-roles-editor .row-actions span.delete_notify {
91 color: #e76054;
92 cursor: not-allowed;
93 }
94
95 .post-type-wppb-roles-editor .misc-pub-section .icon-wppb-re-users,
96 .post-type-wppb-roles-editor .misc-pub-section .icon-wppb-re-slug,
97 .post-type-wppb-roles-editor .misc-pub-section .icon-wppb-re-caps {
98 font-size: 20px;
99 }
100
101 .post-type-wppb-roles-editor #wppb-role-edit-add-caps {
102 height: 100px;
103 }
104
105 .post-type-wppb-roles-editor #wppb_edit_role_capabilities .select2 .select2-container {
106 padding: 0 5px 5px 0 !important;
107 }
108
109 .post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link {
110 margin: 10px 5px;
111 }
112
113 .post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link a:link,
114 .post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link a:hover,
115 .post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link a:visited,
116 .post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link a:active {
117 text-decoration: none;
118 box-shadow: none;
119 }
120
121 .post-type-wppb-roles-editor #wppb_edit_role_capabilities .wppb-add-new-cap-input {
122 display: none;
123 vertical-align: middle;
124 width: 40%;
125 line-height: 20px;
126 padding-bottom: 10px;
127 border: 1px solid #AAAAAA;
128 border-radius: 4px;
129 outline: none;
130 box-shadow: none;
131 font-size: 13px;
132 margin: 0;
133 }
134
135 .post-type-wppb-roles-editor #wppb_edit_role_capabilities .wppb-add-new-cap-input:focus {
136 border: 1px solid #000;
137 outline: none;
138 box-shadow: none;
139 }
140
141 .post-type-wppb-roles-editor #wppb-duplicate-capability-error,
142 .post-type-wppb-roles-editor #wppb-hidden-capability-error,
143 .post-type-wppb-roles-editor #wppb-add-capability-error {
144 border-left: 3px solid #e76054;
145 display: none;
146 color: #e76054;
147 font-size: 14px;
148 margin-left: 6px;
149 padding: 5px 10px;
150 line-height: 35px;
151 vertical-align: top;
152 }
153
154 .post-type-wppb-roles-editor #wppb-capabilities-tabs {
155 float: left;
156 width: 11%;
157 min-width: 150px;
158 padding: 20px 0 0 5px;
159 margin: 0;
160 }
161
162 .post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title {
163 margin: 5px 0.5% 5px 0.5%;
164 /*padding: 10px 0 10px 10px;*/
165 background-color: #f7f7f7;
166 }
167
168 .post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title i {
169 margin-right: 10px;
170 line-height: 25px;
171 }
172
173 .post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title a {
174 text-decoration: none;
175 color: inherit;
176 display: block;
177 padding: 10px 0 10px 10px;
178 height: 24px;
179 line-height: 24px;
180 }
181
182 .post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title a:active,
183 .post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title a:focus,
184 .post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title a:hover {
185 text-decoration: none;
186 color: #e76054;
187 box-shadow: none;
188 }
189
190 .post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title.wppb-role-editor-tab-active {
191 color: #e76054;
192 font-weight: bold;
193 }
194
195 .post-type-wppb-roles-editor #wppb-role-edit-table {
196 padding: 20px 5px 0 5px;
197 float: right;
198 width: 84%;
199 }
200
201 .post-type-wppb-roles-editor .wppb-re-spinner-container {
202 margin: 5px 3px 0 2px;
203 padding: 11px 0;
204 width: 100%;
205 }
206
207 .post-type-wppb-roles-editor .wppb-re-spinner-container i.icon-wppb-re-spinner {
208 font-size: 35px;
209 margin-left: 45%;
210 }
211
212 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry {
213 width: 32.3%;
214 float: left;
215 margin: 5px 3px 0 2px;
216 padding: 6px 0;
217 background-color: #f7f7f7;
218 height: 32px;
219
220 display: flex;
221 align-items: center;
222 justify-content: space-between;
223 }
224
225 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry.wppb-new-capability-highlight {
226 background-color: #e6e6e6;
227 }
228
229 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-capability {
230 padding: 0 10px;
231 width: 70%;
232 overflow-wrap: break-word;
233 word-wrap: break-word;
234 -ms-word-break: break-all;
235 word-break: break-all;
236 word-break: break-word;
237 -ms-hyphens: auto;
238 -moz-hyphens: auto;
239 -webkit-hyphens: auto;
240 hyphens: auto;
241 display: inline-block;
242 }
243
244 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-capability.wppb-new-capability {
245 color: #0085ba;
246 }
247
248 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability {
249 float: right;
250 padding-right: 5px;
251 display: inline-block;
252 width: 15%;
253 }
254
255 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability a:link {
256 text-decoration: none;
257 color: #e76054;
258 }
259
260 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability a:active,
261 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability a:hover,
262 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability a:visited {
263 text-decoration: underline;
264 color: #e76054;
265 }
266
267 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry.wppb-role-edit-no-cap {
268 background-color: inherit;
269 }
270
271 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry.wppb-role-edit-no-cap span {
272 color: #e76054;
273 }
274
275 .post-type-wppb-roles-editor #wppb-role-edit-table #wppb-role-edit-caps-clear,
276 .post-type-wppb-roles-editor #wppb-role-edit-caps-div #wppb-role-edit-divs-clear {
277 width: 100%;
278 clear: both;
279 }
280
281 .post-type-wppb-roles-editor .misc-pub-section #wppb-role-slug {
282 width: 59%;
283 margin-left: 5px;
284 text-transform: lowercase;
285 }
286
287 .post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-users,
288 .post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-capabilities,
289 .post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-edit-slug {
290 padding-top: 10px;
291 margin: 5px 0;
292 }
293
294 .post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-users span,
295 .post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-capabilities span,
296 .post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-edit-slug span {
297 font-size: 14px;
298 bottom: 1px;
299 position: relative;
300 }
301
302 .post-type-wppb-roles-editor .wppb-re-cap-perm-delete {
303 color: #e76054;
304 font-size: 13px;
305 float: right;
306 position: relative;
307 z-index: 1;
308 }
309
310 .post-type-wppb-roles-editor .wppb-re-cap-perm-delete:active,
311 .post-type-wppb-roles-editor .wppb-re-cap-perm-delete:focus,
312 .post-type-wppb-roles-editor .wppb-re-cap-perm-delete:hover {
313 color: #000000;
314 cursor: pointer;
315 }
316
317 .post-type-wppb-roles-editor #wpbody .wrap .wp-heading-inline, .post-type-wppb-roles-editor #wpbody .wrap .page-title-action {
318 display: inline-flex !important;
319 }
320
321 @media screen and ( max-width: 1600px ) {
322 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry {
323 width: 49%;
324 }
325
326 .post-type-wppb-roles-editor #wppb-role-edit-table {
327 width: 80%;
328 }
329 }
330
331 @media screen and ( max-width: 1400px ) {
332 .post-type-wppb-roles-editor #wppb-role-edit-table {
333 width: 76%;
334 }
335 }
336
337 @media screen and ( max-width: 1350px ) {
338 .post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry {
339 width: 100%;
340 }
341 }
342
343 @media screen and ( max-width: 1250px ) {
344 .post-type-wppb-roles-editor #wppb-role-edit-table {
345 width: 72%;
346 }
347 }
348
349 @media screen and ( max-width: 1150px ) {
350 .post-type-wppb-roles-editor #wppb-role-edit-table {
351 width: 68%;
352 }
353 }
354
355 @media screen and ( max-width: 1100px ) {
356 .post-type-wppb-roles-editor #wppb-role-edit-table {
357 width: 62%;
358 }
359 }
360
361 @media screen and ( max-width: 850px ) {
362 .post-type-wppb-roles-editor #wppb-role-edit-table {
363 width: 70%;
364 }
365 }
366
367 @media screen and ( max-width: 782px ) {
368 .post-type-wppb-roles-editor .column-role input.wppb-role-slug-input {
369 height: 25px;
370 }
371
372 .post-type-wppb-roles-editor .column-capabilities,
373 .post-type-wppb-roles-editor .column-users {
374 text-align: inherit;
375 }
376 }
377
378 @media screen and ( max-width: 650px ) {
379 .post-type-wppb-roles-editor #wppb-role-edit-table {
380 width: 100%;
381 }
382
383 .post-type-wppb-roles-editor #wppb-capabilities-tabs {
384 width: 100%;
385 padding: 20px 0 0 0;
386 }
387
388 .post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title {
389 padding: 0 25px 0 5px;
390 margin: 2px 0;
391 display: inline-block;
392 min-width: 40%;
393 }
394 }
395
396 @media screen and ( max-width: 450px ) {
397 .post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title {
398 min-width: 91%;
399 }
400 }
401
402 .post-type-wppb-roles-editor .wppb-re-spin {
403 -moz-animation: wppb_re_spin 2s infinite linear;
404 -o-animation: wppb_re_spin 2s infinite linear;
405 -webkit-animation: wppb_re_spin 2s infinite linear;
406 animation: wppb_re_spin 2s infinite linear;
407 display: inline-block;
408 }
409 @-moz-keyframes wppb_re_spin {
410 0% {
411 -moz-transform: rotate(0deg);
412 -o-transform: rotate(0deg);
413 -webkit-transform: rotate(0deg);
414 transform: rotate(0deg);
415 }
416
417 100% {
418 -moz-transform: rotate(359deg);
419 -o-transform: rotate(359deg);
420 -webkit-transform: rotate(359deg);
421 transform: rotate(359deg);
422 }
423 }
424 @-webkit-keyframes wppb_re_spin {
425 0% {
426 -moz-transform: rotate(0deg);
427 -o-transform: rotate(0deg);
428 -webkit-transform: rotate(0deg);
429 transform: rotate(0deg);
430 }
431
432 100% {
433 -moz-transform: rotate(359deg);
434 -o-transform: rotate(359deg);
435 -webkit-transform: rotate(359deg);
436 transform: rotate(359deg);
437 }
438 }
439 @-o-keyframes wppb_re_spin {
440 0% {
441 -moz-transform: rotate(0deg);
442 -o-transform: rotate(0deg);
443 -webkit-transform: rotate(0deg);
444 transform: rotate(0deg);
445 }
446
447 100% {
448 -moz-transform: rotate(359deg);
449 -o-transform: rotate(359deg);
450 -webkit-transform: rotate(359deg);
451 transform: rotate(359deg);
452 }
453 }
454 @-ms-keyframes wppb_re_spin {
455 0% {
456 -moz-transform: rotate(0deg);
457 -o-transform: rotate(0deg);
458 -webkit-transform: rotate(0deg);
459 transform: rotate(0deg);
460 }
461
462 100% {
463 -moz-transform: rotate(359deg);
464 -o-transform: rotate(359deg);
465 -webkit-transform: rotate(359deg);
466 transform: rotate(359deg);
467 }
468 }
469 @keyframes wppb_re_spin {
470 0% {
471 -moz-transform: rotate(0deg);
472 -o-transform: rotate(0deg);
473 -webkit-transform: rotate(0deg);
474 transform: rotate(0deg);
475 }
476
477 100% {
478 -moz-transform: rotate(359deg);
479 -o-transform: rotate(359deg);
480 -webkit-transform: rotate(359deg);
481 transform: rotate(359deg);
482 }
483 }
484
485