23 lines
291 B
CSS
23 lines
291 B
CSS
|
|
||
|
#permissions td.permission {
|
||
|
padding-left: 0;
|
||
|
padding-right: 1.5em;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Password strength indicator.
|
||
|
*/
|
||
|
.password-strength {
|
||
|
float: left;
|
||
|
}
|
||
|
.password-strength-text {
|
||
|
float: left;
|
||
|
}
|
||
|
div.password-confirm {
|
||
|
float: left;
|
||
|
}
|
||
|
.confirm-parent,
|
||
|
.password-parent {
|
||
|
clear: right;
|
||
|
}
|