From 76cd60f91b6c48968580b71c3bf338e171d6c46f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 3 Dec 2015 09:11:27 -0500 Subject: [PATCH] replaced margin and adjusted width of dropdown items --- css/app.css | 4 ++-- scss/_topbar.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 3010162..9fe6d93 100644 --- a/css/app.css +++ b/css/app.css @@ -6826,8 +6826,8 @@ header .searchform input[type="submit"]:hover { left: 0; margin-top: 0; border: none; - width: 245px; - margin-left: -1px; + width: 245.5px; + margin-left: -2px; box-shadow: none; } #properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown:before { border: none; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 23ba1f9..493e36c 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -485,9 +485,9 @@ left: 0; margin-top: 0; border: none; - width: 245px; + width: 245.5px; // padding-top: 5px; - margin-left: -1px; + margin-left: -2px; box-shadow: none; &:before { border: none; -- 2.17.1