view sites/all/themes/omega/sass/modules/user/user.theme-rtl.scss @ 0:ff03f76ab3fe

initial version
author danieleb <danielebarchiesi@me.com>
date Wed, 21 Aug 2013 18:51:11 +0100
parents
children
line wrap: on
line source
/**
 * @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;
}