Skip to content

Commit

Permalink
CSS: Fix navigation
Browse files Browse the repository at this point in the history
refs #3815
  • Loading branch information
flourish86 committed Jun 6, 2019
1 parent ccaa10f commit c5d17b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion public/css/icinga/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
html {
min-height: 100%;
height: 0;
overflow: hidden;
box-sizing: border-box;
}

body {
height: 100%;
overflow: hidden;
}

*,
Expand Down
2 changes: 1 addition & 1 deletion public/css/icinga/layout-structure.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html {
width: 12em;
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
}

#main {
Expand Down
9 changes: 0 additions & 9 deletions public/css/icinga/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,7 @@ html.no-js .controls > .tabs {
background-image: url('../img/icinga-logo-compact.svg');
}

#main {
left: 3em;
}

#sidebar {
top: 2.25em;
width: 3em;
}

Expand Down Expand Up @@ -325,10 +320,6 @@ html.no-js .controls > .tabs {
}
}

#search {
padding-left: 3.75em;
}

#search:focus {
background-color: @menu-bg-color;
border-radius: 0 .25em .25em 0;
Expand Down
5 changes: 4 additions & 1 deletion public/css/icinga/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,11 @@ input[type=text].search-input {
border: none;
padding: 0;
color: @gray-light;
margin-top: -2.625em;
width: 100%;
position: absolute;
bottom: 0.25em;
right: 0;
text-align: right;

i {
background-color: @body-bg-color;
Expand Down

0 comments on commit c5d17b7

Please sign in to comment.