diff --git a/version.php b/version.php index f8afa93..d52104c 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = "auth_outage"; -$plugin->version = 2020110900; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 2020110900; // Human-readable release information. +$plugin->version = 2021032500; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 2021032500; // Human-readable release information. $plugin->requires = 2017051500; // Requires 3.3 and higher. $plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments! diff --git a/views/warningbar/warningbar.css b/views/warningbar/warningbar.css index b928fad..e24a8d4 100644 --- a/views/warningbar/warningbar.css +++ b/views/warningbar/warningbar.css @@ -99,14 +99,30 @@ a.auth_outage_warningbar_box_finish:hover { background-color: black; } -.auth_outage_warningbar_spacer { - height: 80px; -} - body.auth_outage #nav-drawer { top: 150px; } body.auth_outage nav.fixed-top.navbar { top: 100px; -} \ No newline at end of file +} + +body.auth_outage #page { + margin-top: 150px; +} + +body.auth_outage.path-mod-assign [data-region="grading-navigation-panel"] { + top: 100px; +} + +body.auth_outage.path-mod-assign [data-region="grade-panel"] { + top: 185px; +} + +body.auth_outage .layout.fullscreen { + top: 150px; +} + +body.auth_outage .modal-dialog { + margin: calc(150px + 1.75rem) auto; +} diff --git a/views/warningbar/warningbar.php b/views/warningbar/warningbar.php index ec83790..935cb71 100644 --- a/views/warningbar/warningbar.php +++ b/views/warningbar/warningbar.php @@ -74,8 +74,6 @@ if (!$viewbag['static']) { -
 
-