topbar and dropdown edits
authorIan Weller <ian@gaslightmedia.com>
Wed, 16 Sep 2015 13:20:47 +0000 (09:20 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 16 Sep 2015 13:20:47 +0000 (09:20 -0400)
css/app.css
scss/_topbar.scss

index bf3ae88..a33947b 100644 (file)
@@ -6889,7 +6889,7 @@ h4 {
           white-space: pre-wrap;
           text-align: left; }
         .top-bar-section ul.top-bar-menu li .dropdown li:not(.has-form):not(.active) {
-          padding: 12px 0 12px 5px; }
+          padding: 12px 0 0 10px; }
           .top-bar-section ul.top-bar-menu li .dropdown li:not(.has-form):not(.active) > a:not(.button) {
             line-height: 1.2;
             padding: 0;
@@ -6912,7 +6912,7 @@ h4 {
       left: auto !important;
       float: right !important; }
   .top-bar-section li.has-dropdown.not-click:hover > .dropdown {
-    width: 550px; }
+    width: 510px; }
   .top-bar-section > ul > li:before {
     content: "|";
     position: absolute;
index 378fd4d..b8d07b4 100644 (file)
                         text-align: left;
                     }
                     &:not(.has-form):not(.active) {
-                        padding: 12px 0 12px 5px;
+                        padding: 12px 0 0 10px;
                         & > a:not(.button) {
                             line-height: 1.2;
                             padding: 0;
     }
     li.has-dropdown.not-click:hover {
         & > .dropdown {
-            width: 550px;
+            width: 510px;
         }
     }