added style to mobile top menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 17:41:56 +0000 (12:41 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 17:41:56 +0000 (12:41 -0500)
css/app.css
scss/_page.header.scss

index 27be305..30c7897 100644 (file)
@@ -6504,6 +6504,8 @@ header .searchform input[type="submit"]:hover {
     width: 155px !important; } }
 
 @media only screen and (max-width: 40em) {
+  #properties .top-bar .top-bar-section ul#menu-properties li {
+    border-top-right-radius: 10px; }
   .headerLogo {
     margin-top: 35px; }
   #properties {
@@ -6514,7 +6516,8 @@ header .searchform input[type="submit"]:hover {
     font-size: 11px !important;
     letter-spacing: 1px !important; }
   #properties .top-bar .top-bar-section ul#menu-properties li {
-    width: 130px !important; }
+    width: 160px !important;
+    border-top-right-radius: 10px; }
   #properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a {
     float: left;
     font-size: 11px !important; }
index 3dc66d5..c724b46 100644 (file)
@@ -298,6 +298,9 @@ header .searchform input[type="submit"]:hover{
     }
 }
 @media #{$small-only}{
+    #properties .top-bar .top-bar-section ul#menu-properties li{
+        border-top-right-radius: 10px;
+    }
     .headerLogo
     {
         margin-top: 35px; 
@@ -314,7 +317,8 @@ header .searchform input[type="submit"]:hover{
         letter-spacing: 1px !important;
     }
     #properties .top-bar .top-bar-section ul#menu-properties li{
-        width: 130px !important;
+        width: 160px !important;
+        border-top-right-radius: 10px;
     }
     #properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a{
         float: left;