52 lines
922 B
CSS
52 lines
922 B
CSS
/* $Id$ */
|
|
|
|
#permissions td.module {
|
|
font-weight: bold;
|
|
}
|
|
#permissions td.permission {
|
|
padding-left: 1.5em; /* LTR */
|
|
}
|
|
#permissions tr.odd .form-item,
|
|
#permissions tr.even .form-item {
|
|
white-space: normal;
|
|
}
|
|
#user-admin-settings fieldset .fieldset-description {
|
|
font-size: 0.85em;
|
|
padding-bottom: .5em;
|
|
}
|
|
|
|
/**
|
|
* Override default textfield float to put the "Add role" button next to
|
|
* the input textfield.
|
|
*/
|
|
#user-admin-roles td.edit-name {
|
|
clear: both;
|
|
}
|
|
#user-admin-roles .form-item-name {
|
|
float: left;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
/* Generated by user.module but used by profile.module: */
|
|
.profile {
|
|
clear: both;
|
|
margin: 1em 0;
|
|
}
|
|
.profile .user-picture {
|
|
float: right; /* LTR */
|
|
margin: 0 1em 1em 0; /* LTR */
|
|
}
|
|
.profile h3 {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
.profile dl {
|
|
margin: 0 0 1.5em 0;
|
|
}
|
|
.profile dt {
|
|
margin: 0 0 0.2em 0;
|
|
font-weight: bold;
|
|
}
|
|
.profile dd {
|
|
margin: 0 0 1em 0;
|
|
}
|