31 lines
466 B
CSS
31 lines
466 B
CSS
/* $Id$ */
|
|
|
|
#permissions td.permission {
|
|
padding-left: 0;
|
|
padding-right: 1.5em;
|
|
}
|
|
|
|
/**
|
|
* Password strength indicator.
|
|
*/
|
|
input.password-field {
|
|
margin-left: 10px;
|
|
margin-right: 0;
|
|
}
|
|
input.password-confirm {
|
|
margin-left: 10px;
|
|
margin-right: 0;
|
|
}
|
|
.password-strength-title {
|
|
float: right;
|
|
}
|
|
.password-parent {
|
|
float: right;
|
|
}
|
|
|
|
/* Generated by user.module but used by profile.module: */
|
|
.profile .user-picture {
|
|
float: left;
|
|
margin: 0 0 1em 1em;
|
|
}
|