From 1e9ea1af77751a9947581c2eebd2427612a2aa0f Mon Sep 17 00:00:00 2001 From: hareno44 Date: Fri, 2 Sep 2016 16:55:23 -0400 Subject: [PATCH 1/8] Work In Progress Menu Changes --- index.html | 16 ++++++++-------- styles.css | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 3ee8818..ca50d4f 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ diff --git a/styles.css b/styles.css index 1010b17..ab77fb3 100644 --- a/styles.css +++ b/styles.css @@ -109,11 +109,13 @@ a:hover{ font-family:Lato,sans-serif; font-weight: bold; font-size:16px; + } .filter-label { margin-left: 4px; color: #5b6c62; font-weight: normal; + } #hoverText { display: block; @@ -125,7 +127,6 @@ a:hover{ font-weight: normal; background-color: #eee; } - /* == filters */ #filters { width: 178px; @@ -148,11 +149,19 @@ a:hover{ .td-b { width: 20px; height: 20px; + display: inline-block; + float: right; + margin-bottom: auto; + margin-left: auto; + } /* == regions */ + .region { - width:inherit; + position: absolute; + width: inherit; + max-width: 35%; height:auto; max-height:36px; min-height:22px; @@ -174,6 +183,9 @@ a:hover{ color: white; background-color: #5b6c62; } +.county{ + +} #clearAll-r { width: inherit; @@ -253,4 +265,4 @@ a:hover{ display: block; margin: 8px 15px; color: red; -} \ No newline at end of file +}