Issue #10 - Added link to warning bar and info page.

This commit is contained in:
Daniel Thee Roperto
2016-09-08 14:31:51 +10:00
parent efee27af40
commit a4de5d6bf1
7 changed files with 138 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
/*
This file is used as default value for the 'auth_outage_css' settings.
If you need to make chances here, remember to update your settings inside Moodle.
*/
.auth_outage_warningbar {
background-color: white;
box-sizing: content-box;
@@ -33,4 +38,4 @@
.auth_outage_warningbar_spacer {
height: 80px;
}
}