sidemenu fix for internet explorer 11, changed icon width/height to pixels and added height to logo

This commit is contained in:
Patrick O'Carroll 2018-03-27 10:41:47 +02:00
parent a20f3d196c
commit dbcba4a009
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,10 @@
.gicon {
line-height: 1;
display: inline-block;
width: 1.1057142857em;
height: 1.1057142857em;
//width: 1.1057142857em;
//height: 1.1057142857em;
height: 22px;
width: 22px;
text-align: center;
background-repeat: no-repeat;
background-position: center;

View File

@ -178,6 +178,7 @@ li.sidemenu-org-switcher {
padding: 0.4rem 1rem 0.4rem 0.65rem;
min-height: $navbarHeight;
position: relative;
height: $navbarHeight - 1px;
&:hover {
background: $navbarButtonBackgroundHighlight;