From: Steve Sutton Date: Mon, 30 Jun 2014 14:57:47 +0000 (-0400) Subject: update the superfish X-Git-Tag: v1.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=17a4dbc059d4c416185f2b3375f60223c5c666bb;p=web%2FCedarvilleMarine.git update the superfish fixing the padding in menu update default time for menu to hide --- diff --git a/superfish.css b/superfish.css index d1979e2..7696586 100755 --- a/superfish.css +++ b/superfish.css @@ -66,7 +66,7 @@ margin-top: -2px; border: 2px solid black; border-top: 0; - + } .sf-menu a { /* border-left: 1px solid #fff; */ @@ -96,7 +96,7 @@ border: 0; } .sf-menu ul ul li { - background: rgb(56,73,93); + background: rgb(56,73,93); } .sf-menu ul ul li a { color: white; @@ -111,7 +111,7 @@ /*** arrows (for all except IE7) **/ .sf-arrows .sf-with-ul { - padding-right: 2.5em; + /*padding-right: 2.5em;*/ *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */ } /* styling for both css and generated arrows */ diff --git a/tmp/superfish.js b/tmp/superfish.js index 4c42813..9f4267f 100755 --- a/tmp/superfish.js +++ b/tmp/superfish.js @@ -232,7 +232,7 @@ hoverClass: 'sfHover', pathClass: 'overrideThisToUse', pathLevels: 1, - delay: 8000, + delay: 800, animation: {opacity: 'show'}, animationOut: {opacity: 'hide'}, speed: 'normal',