Changes login screen and added header
This commit is contained in:
parent
6cb914af35
commit
fd5fe26a1f
|
@ -5,6 +5,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form" data-base-target="layout">
|
<div class="form" data-base-target="layout">
|
||||||
|
<h1>Welcome to Icinga Web 2</h1>
|
||||||
<?php
|
<?php
|
||||||
/* TODO: remove this as soon as notifications and forms are ready */
|
/* TODO: remove this as soon as notifications and forms are ready */
|
||||||
if (isset($this->errorInfo)): ?>
|
if (isset($this->errorInfo)): ?>
|
||||||
|
|
|
@ -39,18 +39,17 @@
|
||||||
.form {
|
.form {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
top: 50%;
|
top: 45%;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form h1 {
|
.form h1 {
|
||||||
text-align: left;
|
text-align: center;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin-left: auto;
|
margin-left: 2.3em;
|
||||||
margin-right: auto;
|
border: none;
|
||||||
width: 12em;
|
|
||||||
color: @colorTextDefault;
|
color: @colorTextDefault;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,9 +107,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
margin-top: 2em;
|
margin-top: 7em;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-left: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.config-note {
|
div.config-note {
|
||||||
|
|
Loading…
Reference in New Issue