Add minimal layout for the welcome page

This commit is contained in:
Yonas Habteab 2022-06-10 09:10:57 +02:00
parent d38ad63c96
commit ec4d246a3c
3 changed files with 19 additions and 5 deletions

View File

@ -49,6 +49,19 @@
} }
} }
// Minimal welcome page layout
#layout.minimal-layout .dashboard-introduction {
top: 50%;
width: 100%;
form {
display: block;
padding-right: 1em;
padding-left: 1em;
}
}
// Sortable dashboard styles // Sortable dashboard styles
.dashboard-settings { .dashboard-settings {

View File

@ -98,8 +98,9 @@ form.inline {
} }
} }
#layout.minimal-layout .icinga-form { #layout.minimal-layout {
.form-controls { .icinga-form .form-controls,
form.icinga-controls {
input[type="submit"], input[type="submit"],
button { button {
width: 100%; width: 100%;