Changes login screen and added header
This commit is contained in:
parent
6cb914af35
commit
fd5fe26a1f
|
@ -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)): ?>
|
||||
|
|
|
@ -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;
|
||||
text-align: center;
|
||||
margin-left: 5em;
|
||||
}
|
||||
|
||||
div.config-note {
|
||||
|
|
Loading…
Reference in New Issue