Changes login screen and added header

This commit is contained in:
Bernd Erk 2014-11-19 13:42:59 +01:00
parent 6cb914af35
commit fd5fe26a1f
2 changed files with 8 additions and 7 deletions

View File

@ -5,6 +5,7 @@
</div>
</div>
<div class="form" data-base-target="layout">
<h1>Welcome to Icinga Web 2</h1>
<?php
/* TODO: remove this as soon as notifications and forms are ready */
if (isset($this->errorInfo)): ?>

View File

@ -39,18 +39,17 @@
.form {
position: absolute;
font-size: 0.9em;
top: 50%;
top: 45%;
left: 0;
bottom: 0;
right: 0;
}
.form h1 {
text-align: left;
text-align: center;
font-size: 1.5em;
margin-left: auto;
margin-right: auto;
width: 12em;
margin-left: 2.3em;
border: none;
color: @colorTextDefault;
}
@ -108,9 +107,10 @@
}
.footer {
margin-top: 2em;
margin-top: 7em;
font-size: 0.9em;
text-align: center;
margin-left: 5em;
}
div.config-note {