PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 1.1.9
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v1.1.9
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 / assets / css / front.end.css

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

254 lines 4.5 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
5
6 */
7 /* WPPB_MODIFY, WPPB_REGISTER, WPPB_LOGIN */
8
9 #wppb_modify p, #wppb_register p, #wppb_login p, #wppb_recover_password p{
10 clear:both;
11 }
12
13 .wppb-rc-value{
14 font-size:12px;
15 margin-right:10px;
16 vertical-align:middle;
17 }
18
19 .wppb-max-upload{
20 font-size:11px;
21 display: block;
22 text-align: right;
23 }
24
25 .wppb-description-delimiter{
26 display:block;
27 font-size:12px;
28 font-weight:normal;
29 font-style:italic;
30 padding-left:15px;
31 margin-left:30%;
32 }
33
34 .wppb-description-delimiter2{
35 display:block;
36 font-size:12px;
37 font-weight:normal;
38 font-style:italic;
39 }
40
41 .agreeToTerms{
42 display:block;
43 font-size:12px;
44 font-weight:normal;
45 font-style:italic;
46 padding-left:15px;
47 margin-left:30%;
48 margin-top: -23px;
49 padding-left: 45px;
50 }
51
52 #wppb_modify p label, #wppb_register p label, #wppb_login p label, #wppb_recover_password p label{
53 width:30%;
54 float:left;
55 clear:left;
56 padding-right:15px;
57 }
58 #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, #wppb_recover_password input[type=text]{
59 width:60%;
60 margin-bottom:5px;
61 }
62
63 #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"]{
64 vertical-align:middle;
65 margin:5px;
66 }
67
68 #wppb_recover_password input[type="text"], #wppb_recover_password input[type="password"]{
69 width:60%;
70 margin-bottom:5px;
71 }
72
73 #wppb_register .send-confirmation-email label{
74 width:auto;
75 float:none;
76 }
77
78 .changes-saved, .success{
79 color:green;
80 }
81 .semi-saved{
82 color:orange;
83 }
84
85 .warning, .error{
86 color:red;
87 }
88
89 .wppb-cattachment, .wppb-dattachment{
90 margin:0 5px;
91 }
92
93 .send-confirmation-email .wppb-description-delimiter{
94 display:inline;
95 margin:0;
96 padding:0;
97 }
98
99 #wppb_login .login-form-submit label{
100 float:none;
101 }
102
103 #userListingForm{
104 font-size:11px;
105 margin-bottom:15px;
106 }
107
108 #userListingForm > *{
109 vertical-align:middle;
110 }
111
112
113 #userListingForm select{
114 font-size:11px;
115 margin:0;
116 }
117
118 #userListingForm .button-primary-reorder{
119 font-size:12px;
120 margin:0 3px;
121 }
122
123 /* userListingTable */
124 #userListingTable{
125 border-collapse: separate;
126 width:100%;
127 text-align: left;
128 }
129
130 #userListingTable thead th{
131 background-color: #F0F0F0;
132 }
133
134 #userListingTable tbody td, #userListingTable thead th{
135 line-height: 14px;
136 font-size:12px;
137 padding: 5px;
138 font-weight:normal;
139 }
140
141 #userListingTable .avatarColumn{
142 padding-right: 2px !important;
143 }
144
145 #userListingTable .loginNameColumn{
146 text-align: left;
147 padding-left: 2px !important;
148 }
149
150 /* userListingTable */
151
152
153 /* userListingDisplayTable */
154 #userListingDisplayTable{
155 border:none !important;
156 border-collapse: separate;
157 }
158
159 #userListingDisplayTable tbody td{
160 border: none;
161 text-align:left;
162 }
163
164 #userListingDisplayTable tbody td span{
165 color: gray;
166 }
167
168 #userListingDisplayTable tbody td strong{
169 color: #000;
170 }
171
172
173 #userListingDisplayTableEmptyHeaderCell1{
174 height:20px;
175 }
176
177 #userListingDisplayTableCell1{
178 width:5%;
179 }
180
181 #userListingDisplayTableCell2{
182 width:30%;
183 padding-left:30px !important;
184 }
185 /* userListingDisplayTable */
186
187 .button-primary-reorder{
188 position:relative;
189 left: 5px;
190 height:24px;
191 font-size:10px;
192 }
193 /*
194 .sortingOrderCriteria2{
195 height:24px;
196 font-size:10px;
197 width:115px;
198 }
199 .sortingOrderSelect2{
200 height:24px;
201 font-size:10px;
202 width:90px;
203 }
204 .sortingNumberSelect2{
205 height:24px;
206 font-size:10px;
207 width:60px;
208 }
209 */
210
211
212 #ui-datepicker-div{
213 font: 70% "Trebuchet MS", sans-serif;
214 }
215 /*
216 .avatar-border span{
217 background: none repeat scroll 0 0 #F1F1F1;
218 border: 5px solid #6EAB1D;
219 color: black;
220 display: inline-block;
221 padding: 5px;
222 }*/
223
224
225 .avatarColumn{
226 width:4px;
227 }
228
229 .moreInfoColumn{
230 width:8px;
231 }
232
233 .signUpColumn{
234 width:80px;
235 }
236
237 .postsColumn{
238 width:40px;
239 }
240
241
242 #wppb_modify p.errorHolder{
243 background-color: #FFDFDF;
244 border: 1px dotted #C89797;
245 margin-bottom: 6px !important;
246 padding: 6px 0px 4px !important;
247 }
248
249 #wppb_register p.errorHolder{
250 background-color: #FFDFDF;
251 border: 1px dotted #C89797;
252 margin-bottom: 6px !important;
253 padding: 6px 0px 4px !important;
254 }