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 { span.ico {
position: relative; position: relative;
display: table-cell; display: table-cell;
width: @menu-margin; width: (@menu-margin - .1);
min-width: @menu-margin; min-width: (@menu-margin - .1);
height: @icon-size; height: @icon-size;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;

View file

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