aboutsummaryrefslogtreecommitdiff
path: root/less/navbar.less
AgeCommit message (Collapse)AuthorFilesLines
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto1-701/+0
2014-07-13new navbar ideasMark Otto1-6/+53
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto1-5/+5
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto1-3/+3
@enable-rounded == true
2014-07-08Drop: all vendor prefix mixins because autoprefixerMark Otto1-4/+3
2014-07-08Drop: @screen-xs, @screen-xs-min, and @screen-phoneMark Otto1-1/+1
2014-07-07Merge pull request #14051 from loic/issue13325Mark Otto1-23/+19
Address margins on .navbar-right to fix #13325 #13464.
2014-07-07Address margins on .navbar-right to fix #13325 #13464.Loic Bistuer1-23/+19
This commit follows f9fde56.
2014-07-06Fixes #13746: Add docs section for brand imageMark Otto1-0/+4
2014-07-05Merge pull request #13464 from nickcolley/#13325-navbar-right-firstMark Otto1-5/+5
Changed last-child to first-child to fix #13325
2014-07-03Fixes #12738 again: use max-device-width instead of max-width for ↵Mark Otto1-1/+1
.navbar-collapse height in landscape devices
2014-05-21Applied translate3d to modal, navbar-fixed and affix to combat browser repaintItsJonQ1-0/+1
2014-04-30Changed last-child to first-childNick Colley1-5/+5
As noted by @jerem the first child will actually be the last shown
2014-03-09Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2014-03-10Use `outline: 0` consistentlyZlatan Vasović1-1/+1
2014-03-09proper varMark Otto1-1/+1
2014-03-09Fixes #12738Mark Otto1-1/+11
* Removes default max-height from .navbar-collapse (so not every navbar will get a max-height collapse section) * Scopes regular 340px max-height to fixed top and bottom navbars only (those are the only ones that really need a max-height to enable scrolling) * Adds a landscape media query for phones to cap the max-height at 200px for fixed navbars"
2014-02-21Correctly set .btn-link colors in a .navbar and .navbar-inverse #12694Supergibbs1-0/+28
2014-01-30Fix issue causing .navbar-brand element height to be shorter than .navbar heightChris Kankiewicz1-1/+1
2014-01-25fixes #10495 by forcing .navbar-brand height to prevent it's inner content ↵Alan Hamlett1-7/+1
from increasing navbar height
2014-01-21add @navbar-collapse-max-height Less variableChris Rebert1-1/+1
2013-12-31Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' ↵Mark Otto1-0/+6
task; Fixes #12030: navbar toggle focus state
2013-12-18navbars need to use prefixed nav class or they won't work as expectedMark Otto1-1/+1
2013-12-18Revert commitsJulian Thilo1-1/+1
Bootstrap is being relicensed from Apache 2.0 to MIT so that more of our community can use the free and open source software we lovely create together. As commits are copyright their original authors, the commits of any individual not agreeing to relicense their contributions are being removed to be later rewritten by the @twbs/team. This undoes the changes introduced by the following commits: https://github.com/twbs/bootstrap/commit/7ea34ae0ef79c793e9a9d393b4eef825b71e84b5 , https://github.com/twbs/bootstrap/commit/7376eef378fe7d5e69b8b8cce93c7c64b751d55a , https://github.com/twbs/bootstrap/commit/303ba1326bbe367598ab4cc063b4607507208e56 , https://github.com/twbs/bootstrap/commit/7d1c8c2a0ce16331583a965821690f7715e62908 , https://github.com/twbs/bootstrap/commit/11319f6da9f9a19ec40743cdfe868ac732698149 , https://github.com/twbs/bootstrap/commit/110fc8860117d8675345806219ba313b18086db2 , https://github.com/twbs/bootstrap/commit/ced08f69359f3a70771804a98fa3c499f388cc74
2013-12-15copyeditingChris Rebert1-1/+1
2013-12-14Fixes #10370: Improved and deprecated dropdown menu alignment optionsMark Otto1-7/+0
* Removes an old pair of selectors that didn’t properly target the right-aligned navbar alignment of dropdown menus. * Deprecates the `.pull-right` alignment in favor of a more specific and unique class name. * Adds `.dropdown-menu-right` as the new alignment class. This is then mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for auto-alignment. * To override that auto-alignment, use `.dropdown-menu-left` as needed.
2013-12-13Fixes #10495: Float Glyphicon and set margins in .navbar-brand to ensure ↵Mark Otto1-0/+7
there is no added height because wtf even is CSS
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto1-3/+3
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
2013-12-07Add .container-fluid variation for full-width containers and layoutsMark Otto1-9/+13
/cc #10711 #9862
2013-12-04Fixes #11610: Add @grid-float-breakpoint-max to better link navbar behavior ↵Mark Otto1-4/+4
across viewports and improve customization. Also addresses #10371, #10395, and #10465.
2013-12-03reference root issue in explanatory commentChris Rebert1-1/+1
2013-12-01Merge pull request #11499 from bassjobsen/patch-3Mark Otto1-1/+1
fix navbar dropdown window resize bug
2013-12-01Rework navbar padding and margins for right aligned last-child elementsMark Otto1-10/+21
This slight reworking of the navbar spacing was brought about by a problem noted in #11530: use of `.navbar-form.navbar-right` leaves an extra 15px of space on the right. Here’s what’s new: * Removed the `padding` on `.navbar-collapse` within static top, fixed top, and fixed bottom navbars. Meaning, it’s still there for the default navbar. This was the root cause of the extra 15px padding for navbar forms. * As part of this, I also replaced the existing negative margin overrides for last-child elements with more contextual ones within their sub-components. Overall not too different, but should be more effective now and easier to work with now. For example of new changes, see http://jsbin.com/odeSiSo/1/.
2013-12-01Fixes #11357: Vertically center sm and xs buttons in the navbarMark Otto1-0/+7
2013-11-30Fixes #11444: Use @navbar-padding-vertical for nav links paddingMark Otto1-2/+2
2013-11-29Fixes #11468: Prevent default gradient on in Firefox for AndroidMark Otto1-0/+1
2013-11-28Fixes #11516: Invert dropdown divider border in navbarsMark Otto1-0/+3
2013-11-28removed all caret border color settings.Tobias Lindig1-35/+1
2013-11-17Fix #11513: Don't always float navbar-textJulian Thilo1-1/+1
`navbar-text` should only float when the navbar is expanded on larger screens, otherwise the element might be (hidden) behind `navbar-nav`. Fixes #11513. X-Ref: #8820 #8815
2013-11-16Update navbar.lessBass Jobsen1-1/+1
fix for issue #11243
2013-10-24fix misspelling in commentChris Rebert1-1/+1
2013-10-24fix misspelling in commentChris Rebert1-1/+1
2013-10-21Fixes #10601: Use overflow-y: auto; for navbar collapse instead of visible ↵Mark Otto1-1/+1
to better enable scrolling on Android 4.x
2013-10-20Remove default z-index on navbar and only set on static and fixed variantsMark Otto1-2/+2
2013-10-20Fixes #10433: Navbar z-index refactorMark Otto1-1/+3
* Resets the default navbar z-index to auto at a certain breakpoint * Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar)
2013-10-16Fixes issue #11122 -- navbar-fixed-bottom borderjeonghwan1-1/+2
Enable border-top in .navbar-fixed-bottom
2013-09-16Changed the border-color of .navbar-form to @navbar-default-borderLipis1-1/+1
2013-08-19Add default navbar z-index to fix #9844Mark Otto1-1/+2
iOS doesn't pick up the z-indexing properly on the dropdowns unless you specify one for the parent navbar.
2013-08-19move dropdown change from navbar to dropdowns to fix customizer compilingMark Otto1-6/+1
2013-08-19Nuke margin for last child navbar textMark Otto1-0/+3