PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.2
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.2
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 / rtl.css

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

60 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wppb-user-forms .wppb-wysiwyg .wp-editor-wrap {
2 float:right;
3 }
4 #wppb-search-fields{
5 float:right;
6 }
7 .wppb-form-field label,
8 #wppb-login-wrap .login-username label,
9 #wppb-login-wrap .login-password label{
10 float:right;
11 }
12 .wppb-form-field input,
13 .wppb-form-field input[type="text"], .wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="password"], .wppb-form-field input[type="search"],
14 .wppb-form-field select,
15 .wppb-form-field textarea,
16 .wppb-checkboxes,
17 .wppb-radios,
18 #wppb-login-wrap .login-username input,
19 #wppb-login-wrap .login-password input{
20 float:right;
21 }
22 .wppb-table th{
23 text-align: right;
24 }
25 ul.wppb-profile li label{
26 float:right;
27 }
28 ul.wppb-profile li span{
29 float:right;
30 }
31
32 @media screen and ( max-width: 720px ) {
33 .wppb-table td {
34 text-align: right;
35 }
36 .wppb-table .wppb-posts,
37 .wppb-table .wppb-moreinfo{
38 text-align: left;
39 }
40 .wppb-table td:before {
41 float: right;
42 }
43 }
44
45 @media screen and (max-width: 400px) {
46 .wppb-form-field input,
47 .wppb-form-field select,
48 .wppb-form-field textarea,
49 .wppb-checkboxes,
50 .wppb-radios,
51 #wppb-login-wrap .login-username input,
52 #wppb-login-wrap .login-password input,
53 ul.wppb-profile li span{
54 float:right;
55 }
56 }
57
58 #pass-strength-result {
59 float: right;
60 }