Merged roles gui changes from stable

This commit is contained in:
moodler 2006-10-24 14:39:41 +00:00
parent e2a3a0e741
commit 82350116ba
4 changed files with 38 additions and 13 deletions

View file

@ -976,3 +976,12 @@ body#mod-quiz-report table#attempts .r1 {
background-color:#FFFFFF;
border: 1px solid #cecece;
}
#admin-roles-manage .rolecap {
border:none;
border-bottom:1px solid;
border-bottom-color: #cecece;
}
#admin-roles-manage .rolecap .cap-desc .cap-name {
color: #888;
}

View file

@ -227,6 +227,10 @@ body#admin-index .copyright {
font-size: 0.8em;
}
#admin-roles-manage .rolecap .cap-desc .cap-name {
font-size: 75%;
}
#adminsettings .form-shortname {
font-size: 75%;
}

View file

@ -549,6 +549,10 @@ body#admin-roles-manage table.generalbox {
text-align:center;
}
#admin-roles-manage .rolecap .cap-desc .cap-name {
display: block;
}
#adminsettings fieldset {
margin-top: 1em;
padding: 1em 0.5em;