From 7b5bc581e7856958079227e398b98063053f45e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschl=C3=A4nder?= Date: Wed, 22 Feb 2017 15:54:15 +0100 Subject: [PATCH] SPR-838: pixel breadcrumb home icon vs content toggle link --- css/area_nav-breadcrumb.less | 4 ++++ css/area_togglelink.less | 1 + 2 files changed, 5 insertions(+) diff --git a/css/area_nav-breadcrumb.less b/css/area_nav-breadcrumb.less index f93008e..32835e0 100755 --- a/css/area_nav-breadcrumb.less +++ b/css/area_nav-breadcrumb.less @@ -30,6 +30,10 @@ } span.home { + margin-left: -.2rem; // reverse spacing in home icon --> content text and home icon aligned + .wide-content &{ + margin-left: .4rem; //toggle link has position absolute, hover on home icon needs more space than left padding of breadcrumb + } a { .fontello(); .hide-text-show-before(); diff --git a/css/area_togglelink.less b/css/area_togglelink.less index 4ff2ce4..a8ce7c6 100755 --- a/css/area_togglelink.less +++ b/css/area_togglelink.less @@ -10,6 +10,7 @@ position: absolute; top: 0px; bottom: -1px; + width: 2rem; left: -(@margin-default); z-index: 1; @media @screen_max-md{