mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
menu.less: Align .config-menu
This commit is contained in:
parent
29ef96349c
commit
ddd630117a
@ -17,15 +17,6 @@
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout:not(.minimal-layout) #menu {
|
|
||||||
// Space for the #toggle-sidebar button
|
|
||||||
&:after {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
padding-bottom: 2.25em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu .nav-item {
|
#menu .nav-item {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
@ -480,9 +471,10 @@ input[type=text].search-input {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
color: @text-color-light;
|
color: @text-color-light;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0.2em;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
line-height: 2;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user