50 lines
811 B
CSS
50 lines
811 B
CSS
/* $Id$ */
|
|
|
|
#permissions td.module {
|
|
font-weight: bold;
|
|
}
|
|
#permissions td.permission {
|
|
padding-left: 1.5em;
|
|
}
|
|
#access-rules .access-type, #access-rules .rule-type {
|
|
margin-right: 1em;
|
|
float: left;
|
|
}
|
|
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
|
|
margin-top: 0;
|
|
}
|
|
#access-rules .mask {
|
|
clear: both;
|
|
}
|
|
#user-login-form {
|
|
text-align: center;
|
|
}
|
|
#user-admin-filter ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
#user-admin-buttons {
|
|
float: left;
|
|
margin-left: 0.5em;
|
|
clear: right;
|
|
}
|
|
|
|
/* Generated by user.module but used by profile.module: */
|
|
.profile {
|
|
clear: both;
|
|
margin: 1em 0;
|
|
}
|
|
.profile .picture {
|
|
float: right;
|
|
margin: 0 1em 1em 0;
|
|
}
|
|
.profile dt {
|
|
margin: 1em 0 0.2em 0;
|
|
font-weight: bold;
|
|
}
|
|
.profile dd {
|
|
margin:0;
|
|
}
|