mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
Logo moved back to header, add styles
This commit is contained in:
parent
1cddfa2756
commit
f395bbd0dd
@ -1,8 +1,9 @@
|
|||||||
|
|
||||||
#header div.user {
|
#header div.user {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
margin-top: 0.8em;
|
margin-top: 0.8em;
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#responsive-debug {
|
#responsive-debug {
|
||||||
@ -13,3 +14,19 @@
|
|||||||
width: 10em;
|
width: 10em;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
height: 3.6em;
|
||||||
|
width: 13em;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo a {
|
||||||
|
display: block;
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo img {
|
||||||
|
margin-left: 1.5em;
|
||||||
|
margin-top: 0.8em;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user