From a6d510e3a13b0bb859e147bbdb49d8eb61464fbb Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 8 Dec 2015 10:56:18 -0500 Subject: [PATCH] adjusted properties div style --- css/app.css | 8 +++++++- scss/_page.header.scss | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index e234e7b..6c7f9e5 100644 --- a/css/app.css +++ b/css/app.css @@ -6490,7 +6490,13 @@ header .searchform input[type="submit"]:hover { #headerLogo { margin-top: 30px; } #properties { - margin-left: 0px !important; } } + margin-left: 0px !important; } + #properties .top-bar .top-bar-section ul#menu-properties li a { + box-shadow: none !important; } + .top-bar-section ul li { + line-height: 2.25 !important; } + #properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a { + width: 206px !important; } } .contain-to-grid { box-shadow: 0 5px 10px -1px #999999; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 8766728..7ee0306 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -280,4 +280,13 @@ header .searchform input[type="submit"]:hover{ #properties{ margin-left: 0px !important; } + #properties .top-bar .top-bar-section ul#menu-properties li a{ + box-shadow: none !important; + } + .top-bar-section ul li{ + line-height: 2.25 !important; + } + #properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a{ + width: 206px !important; + } } -- 2.17.1