mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merged roles gui changes from stable
This commit is contained in:
parent
e2a3a0e741
commit
82350116ba
4 changed files with 38 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue