PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 1.1
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v1.1
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 2.0.7 All 340 releases
profile-builder / assets / css / style.css

style.css in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 1.1, at assets/css/style.css

932 lines 24.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Profile Builder CSS File*/
2 /*
3 Original Plugin Name: OptionTree
4 Original Plugin URI: http://wp.envato.com
5 Original Author: Derek Herman
6 Original Author URI: http://valendesigns.com
7 */
8 #wpwrap {
9 min-width: 990px;
10 }
11 strong {
12 color: #000;
13 }
14 .clear {
15 clear: both;
16 }
17 .hide,
18 #contextual-help-link-wrap {
19 display: none;
20 }
21 .left {
22 float: left !important;
23 }
24 .right {
25 float: right !important;
26 }
27 p {
28 padding-bottom: 14px;
29 }
30 a {
31 text-decoration: none;
32 }
33 a strong {
34 color: #21759B !important;
35 }
36 a:hover strong {
37 color: #d54e21 !important;
38 }
39 #framework_wrap .error {
40 display: none !important;
41 }
42 #framework_wrap {
43 position: relative;
44 width: 788px;
45 margin: 15px;
46 }
47 #framework_wrap #header {
48 -webkit-border-top-left-radius: 8px;
49 -webkit-border-top-right-radius: 8px;
50 -moz-border-radius-topleft: 8px;
51 -moz-border-radius-topright: 8px;
52 border-top-left-radius: 8px;
53 border-top-right-radius: 8px;
54 background: #6d6d6d url(../images/header.png) repeat-x left top;
55 border: 1px solid #555;
56 height: 71px;
57 width: 785px;
58 position: relative;
59 }
60 #framework_wrap #header h1 {
61 width: 225px;
62 height: 50px;
63 background: url(../images/logo_free.png) no-repeat 0 0;
64 text-indent: -9999px;
65 margin: 10px 0 0 20px;
66 }
67
68 #framework_wrap #header span.icon {
69 position: absolute;
70 display: block;
71 right: 20px;
72 top: 18px;
73 height: 32px;
74 width: 32px;
75 text-indent: -9999px;
76 /*background: url(../images/icon_option.png) no-repeat left center;*/
77 }
78 #framework_wrap #header div.version {
79 text-align: left;
80 position: absolute;
81 left: 85px;
82 top: 50px;
83 font-size: 9px !important;
84 line-height: 10px;
85 color: #111;
86 font-style: normal;
87 font-family: Verdana,Arial,sans-serif;
88 text-transform: uppercase;
89 font-weight: normal;
90 text-shadow: 0 1px 0 #888;
91 letter-spacing: -0.05em;
92 }
93 #framework_wrap #content_wrap {
94 border: 1px solid #aaa;
95 border-top: none;
96 background: #fff;
97 width: 785px;
98 position: relative;
99 }
100 #framework_wrap #content_wrap .info {
101 background: #eaf2fa;
102 background: #f9f9f9;
103 height: 35px;
104 border-top: 1px solid #fff;
105 border-bottom: 1px solid #e3e3e3;
106 }
107 a.toggle_tabs {
108 cursor: pointer;
109 background: url(../images/toggle_tabs.png) no-repeat -2px -1px;
110 display: block;
111 height: 22px;
112 width: 21px;
113 float: left;
114 text-indent: -9999px;
115 margin: 5px 5px 0 19px;
116 border: 1px solid #bbb;
117 -webkit-border-radius: 4px;
118 -moz-border-radius: 4px;
119 border-radius: 4px;
120 }
121 .no-tabs a.toggle_tabs {
122 display: none;
123 }
124 a:hover.toggle_tabs {
125 border-color: #666;
126 }
127 a.off {
128 background-position: -2px -26px;
129 }
130 #framework_wrap #content_wrap .bottom {
131 border-top: 1px solid #fff !important;
132 border-bottom: none !important;
133
134 background: #f1f1f1;
135 }
136 #framework_wrap #content_wrap .info input.button-framework {
137 float: right;
138 margin: 5px 20px 0 0;
139 padding: 4px 10px;
140 font-size: 11px;
141 height: 24px;
142 }
143 #framework_wrap #content_wrap .info input.add-item {
144 float: left;
145 margin-left: 20px;
146 }
147 #framework_wrap #content_wrap .info input.reset {
148 margin-left: 20px;
149 color: #d54e45;
150 float: left;
151 }
152 #framework_wrap #content_wrap a.reset {
153 margin-right: 10px;
154 color: #d54e45;
155 }
156 .ajax-message {
157 position: absolute;
158 left: 300px;
159 top: 100px;
160 width: 200px;
161 z-index: 100;
162 display: none;
163 overflow: visible;
164 }
165 #framework_wrap #content_wrap .message {
166 text-align: center;
167 color: #444;
168 text-shadow: 0 1px 0 #fff;
169 font-size: 12px;
170 line-height: 16px;
171 padding: 20px 10px;
172 background: #f3f3f3;
173 border: 1px solid #bbb;
174 -webkit-border-radius: 5px;
175 -moz-border-radius: 5px;
176 border-radius: 5px;
177 -moz-box-shadow: 0px 2px 5px #eee;
178 -webkit-box-shadow: 0px 2px 5px #eee;
179 box-shadow: 0px 2px 5px #eee;
180 }
181 #framework_wrap #content_wrap .message span {
182 display: block;
183 height: 16px;
184 width: 16px;
185 position: absolute;
186 left: -8px;
187 top: -8px;
188 background: url(../images/icon_add.png) no-repeat 0 0;
189 }
190 #framework_wrap #content_wrap .message.warning span {
191 background-image: url(../images/icon_error.png);
192 }
193 /* Primary Form Button */
194 #framework_wrap input.button-framework {
195 cursor: pointer;
196 font-size: 12px;
197 color: #444;
198 text-shadow: 0 1px 0 #fff;
199 background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
200 border: 1px solid #bbb;
201 padding: 5px 10px;
202 }
203 #framework_wrap input:hover.button-framework {
204 color: #000;
205 border-color: #666;
206 }
207 #framework_wrap a.button-framework {
208 cursor: pointer;
209 font-size: 12px;
210 color: #444;
211 text-shadow: 0 1px 0 #fff;
212 background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
213 border: 1px solid #bbb;
214 padding: 3px 10px 3px 10px;
215 -webkit-border-radius: 4px;
216 -moz-border-radius: 4px;
217 border-radius: 4px;
218 text-decoration: none;
219 float: left;
220 position: relative;
221 left: 1px;
222 }
223 #framework_wrap div.inline-edit-save a.button-framework {
224 padding: 2px 10px 2px 10px;
225 font-size: 11px;
226 }
227 #framework_wrap a:hover.button-framework {
228 color: #000;
229 border-color: #666;
230 }
231
232 #framework_wrap a.button-framework.light {
233 border: 1px solid #dfdfdf;
234 color: #464646;
235 }
236 #framework_wrap a:hover.button-framework.light {
237 color: #000;
238 border-color: #adaca7;
239 }
240
241 /* Ads in free version */
242 #framework_wrap #content_wrap .basic-version-info {
243 height:113px;
244 background:#fffbcc;
245 }
246 #framework_wrap #content_wrap .basic-version-info form{
247 float:right;
248 margin-right:13px;
249 margin-top:30px;
250 }
251 #framework_wrap #content_wrap .basic-version-info a{
252 position:absolute;
253 width:140px;
254 top:80px;
255 margin-left:60px;
256
257 }
258
259 /* Content Inner */
260 #framework_wrap #content {
261 padding: 0;
262 width: 785px;
263 border-bottom: 1px solid #e3e3e3;
264 position: relative;
265 }
266 .screenshot {
267 float: right;
268 margin-left: 1px;
269 position: relative;
270 width: 344px;
271 }
272 .screenshot img {
273 max-width: 334px;
274 padding: 4px;
275 border: 1px solid #ccc;
276 background: #fafafa;
277 border-color: #ccc #eee #eee #ccc;
278 -webkit-border-radius: 4px;
279 -moz-border-radius: 4px;
280 border-radius: 4px;
281 float: right;
282 }
283 .screenshot a {
284 text-decoration: none;
285 padding-left: 20px;
286 }
287 .screenshot a.remove {
288 background: url(../images/icon_delete.png) no-repeat 0 0;
289 display: block;
290 height: 16px;
291 width: 16px;
292 position: absolute;
293 bottom: -4px;
294 right: -4px;
295 text-indent: -9999px;
296 float: left;
297 padding: 0;
298 border: none;
299 }
300 .screenshot .no_image a.remove {
301 left: 0;
302 top: 2px;
303 }
304 .option-upload .element {
305 padding-bottom: 5px;
306 }
307 #framework_wrap #content h2 {
308 margin-bottom: 10px;
309 border-bottom: 1px solid #e5e5e5;
310 }
311 #framework_wrap #content h3 {
312 border-bottom: 1px solid #eee;
313 margin: 0 0 15px 0;
314 padding-bottom: 10px;
315 clear: both;
316 font-size: 14px;
317 }
318 h3.text-title {
319 font: italic 20px/30px Georgia,"Times New Roman","Bitstream Charter",Times,serif !important;
320 }
321 #framework_wrap #content tbody tr.inline-edit-option td h3 {
322 border-bottom-color: #ddd;
323 }
324 #framework_wrap #content .block {
325 display: block;
326 overflow: hidden;
327 padding: 20px;
328 }
329 #framework_wrap #content p {
330 font-size: 11px;
331 color: #555;
332 padding-bottom: 20px;
333 margin: 0;
334 }
335 #framework_wrap #content table {
336 border: 1px solid #dfdfdf;
337 width: 100%;
338 text-align: left;
339 border-spacing: 0;
340 border-style: solid;
341 border-width: 1px;
342 font-size: 11px !important;
343 text-shadow: 0 1px 0 #fff;
344 -webkit-border-radius: 4px;
345 -moz-border-radius: 4px;
346 border-radius: 4px;
347 }
348 #framework_wrap #content2 table {
349 border: 0px solid #dfdfdf;
350 width: 100%;
351 text-align: left;
352 border-spacing: 0;
353 border-style: solid;
354 border-width: 1px;
355 font-size: 11px !important;
356 text-shadow: 0 1px 0 #fff;
357 -webkit-border-radius: 4px;
358 -moz-border-radius: 4px;
359 border-radius: 4px;
360 }
361
362 #framework_wrap #content .has-table table th {
363 background: #f1f1f1;
364 background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
365 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
366 }
367 tbody tr:hover {
368 cursor: pointer;
369 }
370 tbody tr.inline-edit-option {
371 }
372 tbody tr.inline-edit-option td {
373 background: #f1f1f1;
374 border-top: 1px solid #fff;
375 border-left: 1px solid #fff;
376 border-right: 1px solid #fff;
377 }
378 tbody tr:hover.inline-edit-option {
379 cursor: default;
380 }
381 #framework_wrap #content .has-table table #framework-settings .dragging {
382 background: #666 url(../images/black_px.png) repeat-x 0 0;
383 color: #fff;
384 text-shadow: 0 1px 0 #000;
385 }
386 #framework_wrap #content .has-table table #framework-settings .dragging td {
387 border-color: #000;
388 }
389 #framework_wrap #content .has-table table #framework-settings .dragging .col-edit {
390 background: url(../images/icon_up_down.png) no-repeat 63px center;
391 }
392 #framework_wrap #content .has-table table #framework-settings .dragging a.edit-inline,
393 #framework_wrap #content .has-table table #framework-settings .dragging a.delete-inline {
394 display: none;
395 }
396 .col-title {
397 padding-left: 10px !important;
398 width: 200px;
399 }
400 .col-type {
401 width: 60px;
402 }
403 .col-edit {
404 width: 45px;
405 padding-left: 40px !important;
406 padding-right: 0px !important;
407 }
408 .has-table table tr:first-child {
409 cursor: default;
410 }
411 .has-table table .col-heading {
412 background: #eaf3fa;
413 }
414 .has-table table .col-heading td:first-child {
415 font-weight: bold;
416 background: transparent url(../images/icon_header.png) no-repeat 10px 11px;
417 padding-left: 30px !important;
418 }
419 .has-table table thead th,
420 .has-table table td {
421 border-bottom: 1px solid #dfdfdf;
422 }
423 .has-table table tr,
424 .has-table table td,
425 .has-table table th {
426 padding: 10px 10px;
427 font-size: 11px !important;
428 }
429 .has-table table th {
430 padding: 6px 10px;
431 font-size: 11px !important;
432 }
433 .has-table table a {
434 text-decoration: none;
435 }
436 /* Inline Edit */
437 .inline-edit-option {
438 display: none;
439 }
440 a.edit-inline,
441 a.delete-inline,
442 a.add-option {
443 background: url(../images/icon_edit.png) no-repeat 0 0;
444 display: block;
445 height: 16px;
446 width: 16px;
447 text-indent: -9999px;
448 float: left;
449 margin-right: 5px;
450 display: block;
451 }
452 a.delete-inline {
453 background-image: url(../images/icon_delete.png);
454 }
455 a.add-option {
456 background-image: url(../images/icon_add.png);
457 margin-left: 21px;
458 }
459 a:hover.edit-inline {
460 border-color: #666;
461 }
462 a:hover.delete-inline {
463 border-color: #d54e45;
464 }
465 #framework_wrap #content .option {
466 padding-bottom: 15px;
467 }
468 #framework_wrap #content .option .section {
469 overflow: hidden;
470 font-size: 11px;
471 }
472 #framework_wrap #content .option .section .element {
473 float: left;
474 margin: 0 15px 0 0;
475 width: 345px;
476 }
477 #framework_wrap #content .option-checkbox .section .element {
478 width: 25px;
479 }
480 #framework_wrap #content .option .section .description {
481 color: #555;
482 float: left;
483 font-size: 11px;
484 padding: 2px 10px 0 0;
485 width: 370px;
486 }
487 div.desc-text p {
488 color: #555;
489 font-size: 11px !important;
490 }
491 #framework_wrap #content .inline-edit-option .option .section .description {
492 width: 325px;
493 padding-top: 0px;
494 }
495 #framework_wrap #content .option-checkbox .section .description {
496 width: 540px;
497 }
498 #framework_wrap #content label {
499
500 }
501 .input_wrap {
502 padding: 4px 10px 12px 0;
503 float: left;
504 width: 350px;
505 }
506 .option-checbox .input_wrap,
507 .option-radio .input_wrap {
508 padding: 4px 10px 4px 0;
509 width: 325px;
510 }
511 .option-checbox .element {
512 border: none;
513 max-height: 260px;
514 height: auto !important;
515 height: expression( document.body.clientHeight > 260 ? "260px" : "auto" );
516 overflow-y: auto;
517 overflow-x: hidden;
518 }
519 .input_wrap input[type="checkbox"],
520 .input_wrap input[type="radio"] {
521 float: left;
522 width: 20px;
523 margin-top: 3px;
524 vertical-align: bottom;
525 }
526 .input_wrap input[type="radio"] {
527 margin-top: 4px;
528 }
529 .input_wrap label {
530 float: left;
531 width: 325px;
532 }
533 .option-checbox .input_wrap label,
534 .option-radio .input_wrap label {
535 width: 300px;
536 }
537 #framework_wrap #content label input {
538 margin-right: 5px;
539 display: block;
540 float: left;
541 }
542 #framework_wrap #content input[type="text"],
543 #framework_wrap #content select,
544 #framework_wrap #content textarea {
545 background: #fafafa;
546 border-color: #ccc #eee #eee #ccc;
547 border-style: solid;
548 border-width: 1px;
549 font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
550 font-size: 12px;
551 margin-bottom: 9px !important;
552 padding: 5px;
553 width: 344px;
554 display: block;
555 color: #888;
556 resize: none;
557 }
558 #framework_wrap #content tbody tr.inline-edit-option td input[type="text"],
559 #framework_wrap #content tbody tr.inline-edit-option td select,
560 #framework_wrap #content tbody tr.inline-edit-option td textarea {
561 background: #fff;
562 }
563 #framework_wrap #content input[type="text"].upload {
564 width: 281px;
565 float: left;
566 }
567 #framework_wrap #content input[type="text"].cp_input {
568 width: 312px !important;
569 float: left;
570 }
571 .cp_box {
572 float: right;
573 width: 25px;
574 height: 25px;
575 position: relative;
576 top: 1px;
577 border: 1px solid #ccc;
578 border-color: #ccc #eee #eee #ccc;
579 background: #fafafa;
580 -webkit-border-radius: 4px;
581 -moz-border-radius: 4px;
582 border-radius: 4px;
583 }
584 .cp_box div {
585 width: 13px;
586 height: 13px;
587 border: 1px solid #bbb;
588 border-color: #eee #ccc #ccc #eee;
589 background: #fafafa url(../images/empty.gif);
590 position: absolute;
591 left: 5px;
592 top: 5px;
593 box-shadow: 1px 1px 0px #ccc;
594 -webkit-box-shadow: 1px 1px 0px #ccc;
595 -moz-box-shadow: 1px 1px 0px #ccc;
596 }
597 #framework_wrap #content .element small {
598 float: left;
599 font-size: 9px;
600 line-height: 9px;
601 color: #999;
602 position: relative;
603 top: -5px;
604 left: 2px;
605 }
606 .upload_button,
607 .upload_file_button,
608 .ob_button {
609 float: right;
610 padding: 5px;
611 cursor: pointer;
612 color: #444;
613 text-shadow: 0 1px 0 #fff;
614 background: #f3f3f3 url(../images/btn.png) repeat-x 0 0 !important;
615 border: 1px solid #bbb;
616 position: relative;
617 right: -1px;
618 height: 27px;
619 }
620 #framework_wrap #content select {
621 height: 28px;
622 padding: 4px 5px;
623 }
624 #framework_wrap #content input[type="text"]:focus,
625 #framework_wrap #content select:focus,
626 #framework_wrap #content textarea:focus,
627 #framework_wrap #content input[type="text"]:hover,
628 #framework_wrap #content select:hover,
629 #framework_wrap #content textarea:hover {
630 background: #fff;
631 border-color: #bbb #eee #eee #bbb;
632 color: #333;
633 }
634 #framework_wrap *:focus {
635 outline: none;
636 }
637 #framework_wrap *::-moz-focus-inner {
638 border: none;
639 }
640 .bottom_btn {
641 float: left;
642 width: 100%;
643 padding-top: 15px;
644 }
645 #framework_wrap #content .select_wrapper {
646 -moz-border-radius: 4px;
647 -webkit-border-radius: 4px;
648 border-radius: 4px;
649 font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
650 font-size: 12px;
651 background: #fafafa url(../images/select.png) no-repeat right center;
652 border-color: #ccc #eee #eee #ccc;
653 border-style: solid;
654 border-width: 1px;
655 float: left;
656 height: 26px;
657 width: 344px;
658 margin: 0;
659 margin-bottom: 9px !important;
660 width: 344px;
661 display: block;
662 color: #888;
663 }
664 #framework_wrap #content .option-type .select_wrapper {
665 background-color: #fff;
666 }
667 #framework_wrap #content .select_wrapper.measurement {
668 width: 65px;
669 float: right;
670 margin-top: 1px;
671 }
672 #framework_wrap #content input.measurement {
673 width: 269px;
674 float: left;
675 padding-top: 6px;
676 }
677 #framework_wrap #content .select_wrapper:hover {
678 background-color: #fff;
679 border-color: #bbb #eee #eee #bbb;
680 color: #333;
681 }
682 #framework_wrap #content select.select {
683 cursor: pointer;
684 height: 28px;
685 margin: 0;
686 -moz-opacity: 0;
687 filter: alpha(opacity: 0);
688 opacity: 0;
689 padding: 0;
690 position: relative;
691 width: inherit;
692 z-index: 4;
693 }
694 #framework_wrap #content .select_wrapper span {
695 height: 26px;
696 line-height: 26px;
697 position: absolute;
698 z-index: 2;
699 padding-left: 6px;
700 }
701 /* Image Slider */
702 .option-tree-slider {
703 background: #eaf3fa;
704 padding: 0px 10px;
705 margin-bottom: 8px;
706 text-shadow: 0 1px 0 #fff;
707 position: relative;
708 /* CSS3 */
709 -webkit-border-radius: 4px;
710 -moz-border-radius: 4px;
711 border-radius: 4px;
712 -moz-box-shadow: 1px 1px 0px #ccc;
713 -webkit-box-shadow: 1px 1px 0px #ccc;
714 box-shadow: 1px 1px 0px #ccc;
715 }
716 .option-tree-slider p {
717 padding-bottom: 5px !important;
718 margin-bottom: 0px !important;
719 }
720 #framework_wrap #content .option-option-tree-slider .section .element input[type="text"],
721 #framework_wrap #content .option-option-tree-slider .section .element textarea {
722 background: #fff;
723 width: 323px;
724 }
725 .option-tree-slider-wrap .edit {
726 position: absolute;
727 height: 16px;
728 width: 16px;
729 display: block;
730 text-indent: -9999px;
731 background: url(../images/icon_edit.png);
732 top: 6px;
733 right: 27px;
734 z-index: 10;
735 }
736 .option-tree-slider-wrap .edit.down {
737 background: url(../images/icon_up.png) !important;
738 }
739 .option-tree-slider-wrap .trash {
740 position: absolute;
741 height: 16px;
742 width: 16px;
743 display: block;
744 text-indent: -9999px;
745 background: url(../images/icon_delete.png);
746 top: 6px;
747 right: 6px;
748 z-index: 10;
749 }
750 .option-tree-slider-wrap .open {
751 padding: 5px 0px;
752 padding-right: 40px;
753 display: block;
754 font-size: 11px;
755 }
756 .option-tree-slider-wrap .option-tree-slider-body {
757 display: ;
758 }
759 /* Docs */
760 #framework_wrap #options_tabs.docs {
761 font-size: 11px !important;
762 color: #555;
763 }
764 #framework_wrap code {
765 font-size: 10px;
766 }
767 #framework_wrap ul.doc_list {
768 font-size: 11px !important;
769 padding-bottom: 20px;
770 }
771 #framework_wrap .doc_list li {
772 padding-bottom: 0px;
773 line-height: 12px;
774 list-style: disc;
775 margin-left: 16px;
776 }
777 #framework_wrap code {
778 background-color: #f1f1f1;
779 color: #000;
780 }
781 #framework_wrap pre {
782 font-size: 13px;
783 padding: 0;
784 margin: 0;
785 line-height: 18px;
786 overflow: auto;
787 overflow-Y: hidden;
788 padding-top: 18px;
789 background: #f1f1f1;
790 border-bottom: 1px solid #f1f1f1;
791 margin-bottom: 20px;
792 color: #000;
793 white-space:pre-wrap;
794 word-wrap:break-word;
795 }
796 #framework_wrap pre code {
797 padding: 0 18px 18px 18px;
798 display: block;
799 background: url(../images/pre_bg.gif) repeat left top; /*--Background of lined paper--*/
800 }
801 /* Tabs */
802 .options_tabs {
803 display: none;
804 }
805 .ui-tabs {
806 zoom: 1;
807 background: url(../images/tabs_bg.png) repeat-y 0 0;
808 }
809 .ui-tabs .options_tabs {
810 display: block;
811 }
812 .ui-tabs-panel .description {
813 width: 225px !important;
814 }
815 .ui-tabs-panel .inline-edit-option .description {
816 width: 200px !important;
817 }
818 .ui-tabs-panel h2 {
819 display: none;
820 }
821 .ui-tabs .ui-tabs-nav {
822 list-style: none;
823 position: relative;
824 float: left;
825 width: 148px;
826 word-wrap: break-word;
827 }
828 .ui-tabs .ui-tabs-nav li {
829 position: relative;
830 float: left;
831 display: block;
832 margin: 0;
833 padding: 0;
834 overflow: visible;
835 }
836 .ui-tabs .ui-tabs-nav li a {
837 float: left;
838 text-decoration: none;
839 display: block;
840 width: 127px;
841 padding: 8px 10px;
842 border-bottom: 1px solid #e3e3e3;
843 color: #21759B;
844 text-shadow: 0 1px 0 #fff;
845 background-image: url(../images/white_px.png);
846 background-repeat: repeat-x;
847 background-position: 0 0;
848 font-size: 11px;
849 }
850 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
851 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
852 background: #fff;
853 color: #d54e45;
854 width: 128px;
855 }
856 .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
857 .ui-tabs .ui-tabs-nav li.ui-state-processing a {
858 cursor: text;
859 }
860 .ui-tabs .ui-tabs-nav li a,
861 .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
862 cursor: pointer;
863 }
864 .ui-tabs .ui-tabs-nav li.ui-state-hover a {
865 background-color: #eaf2fa;
866 color: #555;
867 }
868 .ui-tabs .ui-tabs-panel {
869 display: block;
870 float: right;
871 width: 595px;
872 min-height: 400px;
873 }
874 .ui-tabs .ui-tabs-hide {
875 display: none !important;
876 }
877 .options_tabs li.ui-tabs-selected span {
878 position: absolute;
879 left: -1px;
880 top: 12px;
881 height: 9px;
882 width: 8px;
883 background: url(../images/icon_arrow.png) no-repeat 0 0;
884 }
885
886
887
888 /* file input */
889 div.file_wrap {
890 position: relative;
891 float: left;
892 width: 345px;
893 }
894 div.fake_file {
895 position: absolute;
896 top: 0px;
897 left: 0px;
898 z-index: 1;
899 }
900 div.fake_file input.upload {
901 margin-right: 3px;
902 width: 279px !important;
903 }
904 input.file {
905 background: none;
906 position: relative;
907 text-align: right;
908 float: right;
909 height: 28px;
910 -moz-opacity: 0;
911 filter: alpha(opacity: 0);
912 opacity: 0;
913 z-index: 2;
914 }
915
916 #register-profile-builder .validateStatus{
917
918 }
919 .wppb-serialnumber-descr{
920 padding-left:100px;
921 }
922 #wppb_profile_builder_pro_serial{
923 width:335px;
924 }
925
926 #plugin-layout input[type="submit"], #show-hide-admin-bar input[type="submit"], #default-fields input[type="submit"], #register-profile-builder input[type="submit"] {
927 position:absolute;
928 bottom:0;
929 right:0;
930 margin-bottom:-30px;
931 margin-right:25px;
932 }