From: Mark Otto Date: Sun, 26 Apr 2015 07:06:45 +0000 (-0700) Subject: remove the old navbar-form class X-Git-Tag: v4.0.0-alpha~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b688fe822c2e15ce86bd4611d0bf93cf189efe32;p=thirdparty%2Fbootstrap.git remove the old navbar-form class --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 304079679f..09baf4bc98 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -127,48 +127,6 @@ } -// Navbar form -// -// Extension of the `.form-inline` with some extra flavor for optimum display in -// our navbars. - -.navbar-form { - padding: 10px $navbar-padding-horizontal; - margin-right: -$navbar-padding-horizontal; - margin-left: -$navbar-padding-horizontal; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - @include box-shadow(inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)); - - // Mixin behavior for optimum display - @extend .form-inline; - - .form-group { - @include media-breakpoint-up(sm) { - margin-bottom: 5px; - - &:last-child { - margin-bottom: 0; - } - } - } - - // Vertically center in expanded, horizontal navbar - // @include navbar-vertical-align($input-height-base); - - // Undo 100% width for pull classes - @include media-breakpoint-up(sm) { - width: auto; - padding-top: 0; - padding-bottom: 0; - margin-right: 0; - margin-left: 0; - border: 0; - @include box-shadow(none); - } -} - - // Dropdown menus // Menu position and menu carets