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 / front.end.css

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

90 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 NOTES:
3 The global Profile Builder class is: wppb_holder
4 The id for the individual sections are: wppb_modify for [wppb-profile-info]
5 wppb_login for [wppb-registered-login]
6 wppb_register for [wppb-register-new]
7
8 */
9 /* WPPB_MODIFY, WPPB_REGISTER, WPPB_LOGIN */
10
11 #wppb_modify p, #wppb_register p, #wppb_login p{
12 clear:both;
13 }
14
15 .wppb-rc-value{
16 font-size:12px;
17 margin-right:10px;
18 vertical-align:middle;
19 }
20
21 .wppb-max-upload{
22 font-size:11px;
23 display: block;
24 text-align: right;
25 }
26
27 .wppb-description-delimiter{
28 display:block;
29 font-size:12px;
30 font-weight:normal;
31 font-style:italic;
32 padding-left:15px;
33 margin-left:30%;
34 }
35
36 #wppb_modify p label, #wppb_register p label, #wppb_login p label{
37 width:30%;
38 float:left;
39 clear:left;
40 padding-right:15px;
41 }
42 #wppb_modify input[type=text], #wppb_modify input[type=password], #wppb_modify select, #wppb_modify textarea, #wppb_register input[type=text], #wppb_register input[type=password], #wppb_register select, #wppb_register textarea, #wppb_login input[type=text], #wppb_login input[type=password], #wppb_login select, #wppb_login textarea{
43 width:60%;
44 margin-bottom:5px;
45 }
46
47 #wppb_modify input[type="checkbox"], #wppb_modify input[type="radio"], #wppb_register input[type="checkbox"], #wppb_register input[type="radio"], #wppb_login input[type="checkbox"], #wppb_login input[type="radio"]{
48 vertical-align:middle;
49 margin:5px;
50 }
51
52
53 #wppb_register .send-confirmation-email label{
54 width:auto;
55 float:none;
56 }
57
58 .changes-saved, .success{
59 color:green;
60 }
61 .semi-saved{
62 color:orange;
63 }
64
65 .warning, .error{
66 color:red;
67 }
68
69 .wppb-cattachment, .wppb-dattachment{
70 margin:0 5px;
71 }
72
73 .send-confirmation-email .wppb-description-delimiter{
74 display:inline;
75 margin:0;
76 padding:0;
77 }
78
79 #wppb_login .login-form-submit label{
80 float:none;
81 }
82
83 /*
84 .avatar-border span{
85 background: none repeat scroll 0 0 #F1F1F1;
86 border: 5px solid #6EAB1D;
87 color: black;
88 display: inline-block;
89 padding: 5px;
90 }*/