From f4a1c4c370f30ac92942b72ba49b8816b2fc1c92 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 11 May 2016 09:13:37 -0400 Subject: [PATCH] adding email back to glmTheme clientinfo and updating search --- root/parts/client-info-footer.php | 3 +++ root/parts/client-info-offcanvas.php | 3 +++ root/parts/search.php | 6 +++--- root/scss/_right-off-canvas.scss | 24 ++++++++++++++++-------- 4 files changed, 25 insertions(+), 11 deletions(-) diff --git a/root/parts/client-info-footer.php b/root/parts/client-info-footer.php index 12e0e5c..a6bc9ef 100644 --- a/root/parts/client-info-footer.php +++ b/root/parts/client-info-footer.php @@ -17,6 +17,9 @@ + + + diff --git a/root/parts/client-info-offcanvas.php b/root/parts/client-info-offcanvas.php index 24a6987..9012a20 100644 --- a/root/parts/client-info-offcanvas.php +++ b/root/parts/client-info-offcanvas.php @@ -14,6 +14,9 @@
  • + + +
  • diff --git a/root/parts/search.php b/root/parts/search.php index f58fb9c..425110f 100644 --- a/root/parts/search.php +++ b/root/parts/search.php @@ -1,4 +1,4 @@ - \ No newline at end of file diff --git a/root/scss/_right-off-canvas.scss b/root/scss/_right-off-canvas.scss index 80210f9..56e2f42 100644 --- a/root/scss/_right-off-canvas.scss +++ b/root/scss/_right-off-canvas.scss @@ -17,18 +17,19 @@ aside.right-off-canvas-menu .off-canvas-list ul li a { background-position: 3px 50%; } aside.right-off-canvas-menu li.page_item_has_children a.toggle { - @include off-canvas-arrow(down, $secondary-color); - font-size: 0; - height: 0; - line-height: 0; - padding: 0; position: absolute; right: 10px; - top: 13px; - width: 0; + top: 5px; + text-decoration: none; + &:before { + @include off-canvas-point(right, $white, 17px); + } + &:hover { + background: transparent; + } } aside.right-off-canvas-menu li.page_item_has_children a.toggle.open { - @include off-canvas-arrow(up, $secondary-color); + @include off-canvas-point(down, $white); } aside.right-off-canvas-menu ul.children { display: none; @@ -67,6 +68,13 @@ aside.right-off-canvas-menu ul.open { } ul { list-style: none; + li { + a { + width: 85%; + display: block; + white-space: pre-wrap; + } + } } } } -- 2.17.1