# profile-builder/3.15.9/assets/css/rtl.css

User Profile Builder – Beautiful User Registration Forms, User Profiles &amp; User Role Editor, version 3.15.9. 60 lines.

- Page: https://pluginprobe.com/plugins/profile-builder/3.15.9/code/assets/css/rtl.css
- Raw: https://pluginprobe.com/plugins/profile-builder/3.15.9/raw/assets/css/rtl.css
- Modified: 2019-09-17T06:50:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/profile-builder/3.15.9/code/assets/css/rtl.css#L10-L20`.

```css
.wppb-user-forms .wppb-wysiwyg .wp-editor-wrap { 
    float:right;
}
#wppb-search-fields{
    float:right;
}
.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label{
    float:right;
}
.wppb-form-field input,
.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"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input{
    float:right;
}
.wppb-table th{
    text-align: right;
}
ul.wppb-profile li label{
    float:right;
}
ul.wppb-profile li span{
    float:right;
}

@media screen and ( max-width: 720px ) {
    .wppb-table td {
        text-align: right;
    }
    .wppb-table .wppb-posts,
    .wppb-table .wppb-moreinfo{
        text-align: left;
    }
    .wppb-table td:before {
        float: right;
    }
}

@media screen and (max-width: 400px) {
    .wppb-form-field input,
    .wppb-form-field select,
    .wppb-form-field textarea,
    .wppb-checkboxes,
    .wppb-radios,
    #wppb-login-wrap .login-username input,
    #wppb-login-wrap .login-password input,
    ul.wppb-profile li span{
        float:right;
    }
}

#pass-strength-result {
    float: right;
}
```
