mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 10:57:40 +02:00
Add minimal layout for the welcome page
This commit is contained in:
parent
d38ad63c96
commit
ec4d246a3c
@ -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
|
||||
|
||||
.dashboard-settings {
|
||||
|
@ -98,8 +98,9 @@ form.inline {
|
||||
}
|
||||
}
|
||||
|
||||
#layout.minimal-layout .icinga-form {
|
||||
.form-controls {
|
||||
#layout.minimal-layout {
|
||||
.icinga-form .form-controls,
|
||||
form.icinga-controls {
|
||||
input[type="submit"],
|
||||
button {
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user