From 623457b5589ea5bea456414cdd466a8ee07b400a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 20 Aug 2014 09:48:28 -0400 Subject: [PATCH] More little edits, mostly styles --- Toolkit/Members/css/member.css | 2 +- styles.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Toolkit/Members/css/member.css b/Toolkit/Members/css/member.css index ea7a007..73dc4da 100755 --- a/Toolkit/Members/css/member.css +++ b/Toolkit/Members/css/member.css @@ -1333,6 +1333,6 @@ div.thumb { @media (max-width: 766px) { #mapContainer { - float: none !important; +/* float: none !important;*/ } } \ No newline at end of file diff --git a/styles.css b/styles.css index 4338eb4..19358f6 100644 --- a/styles.css +++ b/styles.css @@ -356,6 +356,9 @@ nav.top-bar .top-bar-section > ul > li:hover a { margin-top: 40px; margin-bottom: 0; } +nav.top-bar .top-bar-section ul li.has-dropdown { + margin-left: 1px; +} nav.top-bar .top-bar-section > ul > li.has-dropdown:hover { z-index: 9999; padding-bottom: 2px; @@ -434,6 +437,7 @@ nav.top-bar .top-bar-section > ul > li .dropdown li:last-child a { left: auto; border: none; pointer-events: none; + padding-left: 40%; } .top-bar-section .left li .dropdown li .dropdown li { border: 1px solid #b1b3b6 !important; -- 2.17.1