Fix header image and alignment

This commit is contained in:
Bernd Erk 2015-09-26 18:38:18 +02:00
parent fb34c5170b
commit 155e54978d
5 changed files with 8 additions and 16 deletions

View File

@ -12,6 +12,7 @@
} }
#logo img { #logo img {
width: 100px;
margin-left: 1.5em; margin-left: 1.5em;
margin-top: 0.8em; margin-top: 0.8em;
} }

View File

@ -6,19 +6,13 @@
height: 100%; height: 100%;
.logo { .logo {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 75%;
text-align: center; text-align: center;
} }
.image { .image {
position: absolute; padding-top: 5%;
bottom: 1em; margin-left: auto;
left: 0px; margin-right: auto;
right: 0px;
text-align: center; text-align: center;
} }
@ -70,7 +64,7 @@
form { form {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 19.5em; width: 18em;
font-size: 20px; font-size: 20px;
} }

View File

@ -216,13 +216,13 @@
border: none; border: none;
width: 100%; width: 100%;
border-radius: 0; border-radius: 0;
height: 2.7em; height: 2.8em;
display: block; display: block;
outline: none; outline: none;
background-color: transparent; background-color: transparent;
background-image: url('../img/icons/search.png'); background-image: url('../img/icons/search.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 1.2em center; background-position: 1.15em center;
color: @colorTextDefault; color: @colorTextDefault;
} }

View File

@ -8,13 +8,10 @@
#setup { #setup {
.header { .header {
width: 100%; width: 100%;
height: 5.4em; height: 5.5em;
background-color: @icinga-blue; background-color: @icinga-blue;
border-bottom: 1px solid #d9d9d9d; border-bottom: 1px solid #d9d9d9d;
text-align: center; text-align: center;
-webkit-box-shadow: 0 3px 7px -3px #000;
-moz-box-shadow: 0 3px 7px -3px #000;
box-shadow: 0 3px 7px -3px #000;
img { img {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB