mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
css/menu: Fix alignment of items w/o icons and the search input
refs #5543
This commit is contained in:
parent
20c1cc7693
commit
569e92021e
@ -36,7 +36,7 @@
|
||||
border-left: 5px solid @icinga-blue;
|
||||
}
|
||||
|
||||
&.no-icon {
|
||||
&.no-icon > a {
|
||||
margin-left: @icon-width;
|
||||
}
|
||||
}
|
||||
@ -74,12 +74,12 @@
|
||||
}
|
||||
|
||||
#menu input.search {
|
||||
background: transparent url('../img/icons/search.png') no-repeat @vertical-padding + 0.2em center;
|
||||
background: transparent url('../img/icons/search.png') no-repeat @horizontal-padding + 0.2em center;
|
||||
background-size: @font-size auto;
|
||||
border: none;
|
||||
line-height: 2.8em;
|
||||
outline: none;
|
||||
padding-left: @icon-width + @vertical-padding;
|
||||
padding-left: @icon-width + @horizontal-padding;
|
||||
width: 100%;
|
||||
|
||||
&.active {
|
||||
|
Loading…
x
Reference in New Issue
Block a user