mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning
This commit is contained in:
parent
bd2bf45169
commit
bba0beaee2
9 changed files with 142 additions and 10 deletions
|
@ -264,6 +264,10 @@ table.formtable tbody th {
|
|||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
#admin-index .adminerror {
|
||||
background-color:#ff6666;
|
||||
}
|
||||
|
||||
body#admin-index .c0 {
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
@ -375,6 +379,10 @@ table.flexible .r1 {
|
|||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
.block_admin_tree.sideblock .link.criticalnotification {
|
||||
background-color:#ff6666;
|
||||
}
|
||||
|
||||
.block_admin_tree.sideblock .link.hidden {
|
||||
color:#999999;
|
||||
}
|
||||
|
|
|
@ -1017,6 +1017,7 @@ body#admin-modules table.generaltable td.c0
|
|||
margin:auto;
|
||||
}
|
||||
|
||||
#admin-index .adminerror,
|
||||
#admin-index .adminwarning {
|
||||
text-align:center;
|
||||
border-width: 1px;
|
||||
|
@ -1024,6 +1025,7 @@ body#admin-modules table.generaltable td.c0
|
|||
margin:20px;
|
||||
}
|
||||
|
||||
#admin-index .adminerror .singlebutton,
|
||||
#admin-index .adminwarning .singlebutton,
|
||||
#admin-index #layout-table .singlebutton {
|
||||
text-align:center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue