MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning

This commit is contained in:
skodak 2008-08-21 15:29:42 +00:00
parent bd2bf45169
commit bba0beaee2
9 changed files with 142 additions and 10 deletions

View file

@ -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;
}

View file

@ -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;