| 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 |
} |