mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-8522 Add role reset button into role definition form; fixed single button css
This commit is contained in:
parent
3562486b7d
commit
a83addc5e5
5 changed files with 148 additions and 65 deletions
|
@ -131,6 +131,11 @@ img.grouppicture {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.singlebutton form,
|
||||
.singlebutton div {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.generalbox {
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
|
@ -775,14 +780,19 @@ body#admin-modules table.generaltable td.c0
|
|||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#admin-roles-manage .duplicaterole {
|
||||
text-align: right;
|
||||
#admin-roles-manage .buttons {
|
||||
margin: 20px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#admin-roles-manage .buttons .singlebutton {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#admin-roles-manage .singlebutton,
|
||||
#admin-roles-allowoverride .singlebutton,
|
||||
#admin-roles-allowassign .singlebutton {
|
||||
padding: 10px;
|
||||
padding: 5px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue