Projet

Général

Profil

Paste
Télécharger (510 octets) Statistiques
| Branche: | Révision:

root / drupal7 / modules / user / user-rtl.css @ c7768a53

1

    
2
#permissions td.permission {
3
  padding-left: 0;
4
  padding-right: 1.5em;
5
}
6

    
7
#user-admin-roles .form-item-name {
8
  float: right;
9
  margin-left: 1em;
10
  margin-right: 0;
11
}
12

    
13
/**
14
 * Password strength indicator.
15
 */
16
.password-strength {
17
  float: left;
18
}
19
.password-strength-text {
20
  float: left;
21
}
22
div.password-confirm {
23
  float: left;
24
}
25
.confirm-parent,
26
.password-parent {
27
  clear: right;
28
}
29

    
30
/* Generated by user.module but used by profile.module: */
31
.profile .user-picture {
32
  float: left;
33
  margin: 0 0 1em 1em;
34
}