Skip to content
Snippets Groups Projects
Commit 85a9e470 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Improved loginform.mustache for the info box and maintenance box to fit to the login box.

parent d7d37fe8
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2019-11-11 - Improved loginform.mustache for the info box and maintenance box to fit to the login box.
* 2019-11-08 - Added special CSS styles for plugin mod_attendance.
* 2019-10-28 - Changed the link in the README.md to get to the correct Font Awesome version.
* 2019-10-28 - Adjusted login.mustache template due to upstream changes in theme Boost.
......
......@@ -209,8 +209,8 @@
{{#hasinstructions}}
<div class="row justify-content-center mt-3">
<div class="col-xl-6 col-sm-8">
<div class="row mt-3">
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="card">
<div class="card-body">
<div class="card-title">
......@@ -231,8 +231,8 @@
{{/hasinstructions}}
{{#maintenance}}
<div class="row justify-content-center mt-3">
<div class="col-xl-6 col-sm-8">
<div class="row mt-3">
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="card">
<div class="card-body">
<div class="card-title">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment