/**
 * @file
 * Right to left theme styling for the user module.
 */
/**
 * Password Strength Indicator.
 */
.password-strength {
  float: left;
}

.password-strength-title {
  float: right;
}

.password-strength-text {
  float: left;
}

/**
 * Password Confirm.
 */
.password-confirm {
  float: left;
}

/*
 * User Profile
 *
 * Generated by user.module but used by profile.module.
 */
.profile .user-picture {
  float: left;
  margin: 0 0 1em 1em;
}
