From: Stanislav Kurinec Date: Fri, 24 Aug 2012 10:20:22 +0000 (+0300) Subject: Fix X-Git-Tag: v3.1.0.rc1~68^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F827%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix --- diff --git a/scss/foundation/components/modules/_navbar.scss b/scss/foundation/components/modules/_navbar.scss index 6fe730757..5b3a43fa4 100644 --- a/scss/foundation/components/modules/_navbar.scss +++ b/scss/foundation/components/modules/_navbar.scss @@ -19,10 +19,10 @@ .flyout { display: none; } &.has-flyout { - &>a:first-child { padding-right: $navBarHeight - 4; position: relative; + &>a:first-child { padding-right: $navBarHeight; position: relative; &:after { @include cssTriangle(4px, darken($white, 10%), top); position: absolute; right: $navBarHeight / 2; top: ($navBarHeight / 2) - 3; } } - &>a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: ($navBarHeight / 2) + 2; z-index: 2; display: block; } + &>a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: ($navBarHeight / 2); z-index: 2; display: block; } &.is-touch { &>a:first-child { padding-right: 55px;} &>a.flyout-toggle { border-left: 1px dashed #666; } @@ -104,4 +104,4 @@ p:last-child { margin-bottom: 18px; } } - } + } \ No newline at end of file