SPR-908: QS - toggle-link for content + svg border in navmenu

This commit is contained in:
Silke Pisulla 2017-05-18 11:24:32 +02:00
parent d0fac3123f
commit fd377dc4b3
2 changed files with 3 additions and 3 deletions

View file

@ -205,8 +205,8 @@
span.ico {
position: relative;
display: table-cell;
width: @menu-margin;
min-width: @menu-margin;
width: (@menu-margin - .1);
min-width: (@menu-margin - .1);
height: @icon-size;
text-align: center;
vertical-align: middle;

View file

@ -72,7 +72,7 @@
/* + + + toggle out + + + */
.wide-content & {
left: -1px;
left: 0;
a {
background-color: @ini_button_background;