]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
9 years agounify alignment of all these dang navbar forms
Mark Otto [Fri, 23 Dec 2016 07:04:02 +0000 (23:04 -0800)] 
unify alignment of all these dang navbar forms

9 years agoMove uglifyjs to npm script.
Bardi Harborow [Fri, 23 Dec 2016 12:43:46 +0000 (23:43 +1100)] 
Move uglifyjs to npm script.

9 years agoCloses: #21412: Fix unit test for carousel
Johann-S [Fri, 23 Dec 2016 10:56:09 +0000 (11:56 +0100)] 
Closes: #21412: Fix unit test for carousel
9 years agoCarousel: Only prevents default for ARROW_LEFT and ARROW_RIGHT keys
Matheus Azzi [Sun, 16 Oct 2016 01:55:48 +0000 (22:55 -0300)] 
Carousel: Only prevents default for ARROW_LEFT and ARROW_RIGHT keys

Fixes 2 bugs:

1. All keydowns were being prevented. Because of that the user wasn't able to navigate in the whole page using ARROW_UP/ARROW_DOWN.

2. Even when  is an input or textarea the keydowns were being prevented. Because of that the user wasn't able to type any text on these elements.

9 years agoscrollspy: fix wrong activation of all nested links (#20304)
mr-july [Fri, 23 Dec 2016 06:00:56 +0000 (07:00 +0100)] 
scrollspy: fix wrong activation of all nested links (#20304)

* fix wrong activation of all nested links;
just first level item should be activated

* use template instead of string concatenation

9 years agoMove clean-css to npm scripts.
Bardi Harborow [Fri, 23 Dec 2016 04:02:54 +0000 (15:02 +1100)] 
Move clean-css to npm scripts.

9 years agooverhauls media object docs
Mark Otto [Fri, 23 Dec 2016 04:53:10 +0000 (20:53 -0800)] 
overhauls media object docs

- better copy and examples throughout
- callout on flexbug #12 for inline elements like links and images (which is the problem in #20408)
- add order section

9 years agosmall unrelated addition—adds .d-flex-inline util
Mark Otto [Fri, 23 Dec 2016 04:51:48 +0000 (20:51 -0800)] 
small unrelated addition—adds .d-flex-inline util

9 years agoreduce .media styles to their bare minimum
Mark Otto [Fri, 23 Dec 2016 04:51:34 +0000 (20:51 -0800)] 
reduce .media styles to their bare minimum

Sets minimum required flex styles (including an explicit starting alignment) and removes everything else.

- no need for .media-left and .media-right, we have padding utils
- no need for a .media-heading, we have margin
- no need for .media-object, we have display utils
- no need for .media-list, we have .list-unstyled util

9 years agoRename Tags to Badges in comments
Quy [Fri, 23 Dec 2016 05:07:51 +0000 (21:07 -0800)] 
Rename Tags to Badges in comments

9 years agoMerge branch 'flex-cards' into v4-dev
Mark Otto [Fri, 23 Dec 2016 05:27:54 +0000 (21:27 -0800)] 
Merge branch 'flex-cards' into v4-dev

9 years agough 21403/head
Mark Otto [Fri, 23 Dec 2016 05:20:47 +0000 (21:20 -0800)] 
ugh

9 years agogrunt
Mark Otto [Fri, 23 Dec 2016 05:19:12 +0000 (21:19 -0800)] 
grunt

9 years agotypo
Mark Otto [Fri, 23 Dec 2016 05:18:33 +0000 (21:18 -0800)] 
typo

9 years agoMove scss-lint to npm scripts.
Bardi Harborow [Wed, 21 Dec 2016 06:38:32 +0000 (17:38 +1100)] 
Move scss-lint to npm scripts.

9 years agomargins to separate some cards in examples
Mark Otto [Fri, 23 Dec 2016 03:13:39 +0000 (19:13 -0800)] 
margins to separate some cards in examples

9 years agoAdd color variables for white and black (#21397)
Jacob Müller [Fri, 23 Dec 2016 03:09:11 +0000 (04:09 +0100)] 
Add color variables for white and black (#21397)

* Add color variables for white and black

Closes #21395.

9 years agochange card deck margin strategy
Mark Otto [Fri, 23 Dec 2016 02:59:05 +0000 (18:59 -0800)] 
change card deck margin strategy

- Instead of negative left/right margins, we selectively apply margins to the cards as needed. This way the first and last child never receive a left and right margin (respectively), so we don't need to negative indent those at the .card-deck level.

- Drops the margin-bottom override on the .card because there's no more default margin there.

- Drop the margin-bottom from the .card-deck to match our lack of margins on the card.

This and the previous commit fixes #19883.

9 years agomove to grid gutter width, fixes #21300
Mark Otto [Fri, 23 Dec 2016 02:55:21 +0000 (18:55 -0800)] 
move to grid gutter width, fixes #21300

9 years agoChange scope of docs anchor preventDefault to include modals.
Bardi Harborow [Mon, 28 Nov 2016 03:52:55 +0000 (14:52 +1100)] 
Change scope of docs anchor preventDefault to include modals.

9 years agoNew width and height utils
Mark Otto [Fri, 23 Dec 2016 00:37:18 +0000 (16:37 -0800)] 
New width and height utils

Adding 25%, 50%, and 75% to the mix for later use with cards

9 years agono more need for this
Mark Otto [Fri, 23 Dec 2016 00:52:25 +0000 (16:52 -0800)] 
no more need for this

9 years agofinal docs cleanup with columns and more
Mark Otto [Fri, 23 Dec 2016 00:47:30 +0000 (16:47 -0800)] 
final docs cleanup with columns and more

9 years agocard deck footer example
Mark Otto [Fri, 23 Dec 2016 00:47:10 +0000 (16:47 -0800)] 
card deck footer example

9 years agoadd aligned footer example
Mark Otto [Fri, 23 Dec 2016 00:46:29 +0000 (16:46 -0800)] 
add aligned footer example

9 years agoredo subheadings and organization of card layout options
Mark Otto [Fri, 23 Dec 2016 00:46:10 +0000 (16:46 -0800)] 
redo subheadings and organization of card layout options

9 years agobetter grouping of card styles docs
Mark Otto [Fri, 23 Dec 2016 00:45:48 +0000 (16:45 -0800)] 
better grouping of card styles docs

9 years agoredo image section for intros and subheadings
Mark Otto [Fri, 23 Dec 2016 00:44:54 +0000 (16:44 -0800)] 
redo image section for intros and subheadings

9 years agoretitle nav section
Mark Otto [Fri, 23 Dec 2016 00:44:39 +0000 (16:44 -0800)] 
retitle nav section

9 years agoupdate alignment section with widths
Mark Otto [Fri, 23 Dec 2016 00:44:33 +0000 (16:44 -0800)] 
update alignment section with widths

9 years agoredo sizing section with utils and grid callouts
Mark Otto [Fri, 23 Dec 2016 00:44:12 +0000 (16:44 -0800)] 
redo sizing section with utils and grid callouts

9 years agoredo the supported content section entirely to give it sub sections
Mark Otto [Fri, 23 Dec 2016 00:43:21 +0000 (16:43 -0800)] 
redo the supported content section entirely to give it sub sections

9 years agoredo docs intro for the example
Mark Otto [Fri, 23 Dec 2016 00:41:56 +0000 (16:41 -0800)] 
redo docs intro for the example

9 years agoswitch from block to flex
Mark Otto [Fri, 23 Dec 2016 00:41:28 +0000 (16:41 -0800)] 
switch from block to flex

add flex direction too

9 years agoremove default bottom margin on cards
Mark Otto [Fri, 23 Dec 2016 00:41:11 +0000 (16:41 -0800)] 
remove default bottom margin on cards

use utils instead

9 years agomove the card-block flex action up to all card-blocks
Mark Otto [Fri, 23 Dec 2016 00:40:58 +0000 (16:40 -0800)] 
move the card-block flex action up to all card-blocks

this allows us to easily scale card blocks in groups and decks, without repeating it in our css

9 years agoremove commented out code
Mark Otto [Fri, 23 Dec 2016 00:40:19 +0000 (16:40 -0800)] 
remove commented out code

9 years agocomment typo
Mark Otto [Fri, 23 Dec 2016 00:39:23 +0000 (16:39 -0800)] 
comment typo

9 years agofix comment
Mark Otto [Fri, 23 Dec 2016 00:39:18 +0000 (16:39 -0800)] 
fix comment

9 years agoadd card column margin variable instead of relying on a default card margin
Mark Otto [Fri, 23 Dec 2016 00:39:11 +0000 (16:39 -0800)] 
add card column margin variable instead of relying on a default card margin

this assumes no margin on the .card to start (which will follow in a later commit)

9 years agoadd card column count variable
Mark Otto [Fri, 23 Dec 2016 00:38:22 +0000 (16:38 -0800)] 
add card column count variable

9 years agoRename card column gap variable
Mark Otto [Fri, 23 Dec 2016 00:38:09 +0000 (16:38 -0800)] 
Rename card column gap variable

9 years agoNew width and height utils 21402/head
Mark Otto [Fri, 23 Dec 2016 00:37:18 +0000 (16:37 -0800)] 
New width and height utils

Adding 25%, 50%, and 75% to the mix for later use with cards

9 years agolinting
Mark Otto [Thu, 22 Dec 2016 22:47:28 +0000 (14:47 -0800)] 
linting

9 years agotext-align doesn't apply here, so we can nuke it
Mark Otto [Thu, 22 Dec 2016 22:41:27 +0000 (14:41 -0800)] 
text-align doesn't apply here, so we can nuke it

9 years agoRedo controls in flexbox
Mark Otto [Thu, 22 Dec 2016 22:41:00 +0000 (14:41 -0800)] 
Redo controls in flexbox

- Drops the absolute positioning of the icons within the left/right controls. We have to keep the controls themselves positioned though since we're overlapping HTML elements here.

- No more position, left, right, or margins involved; just some justify-content and align-items.

- Add some comments for explaining which flex property-value pair does what.

- Remove the unapplied font and line-height stuff now that we're all SVGs and flexbox here.

9 years agoflexbox powered indicators
Mark Otto [Thu, 22 Dec 2016 22:31:33 +0000 (14:31 -0800)] 
flexbox powered indicators

This revamps the indicators to use flexbox instead of inline-block for added flexbility (hah). Indicators now automatically scale based on the number of elements present, and max out at the `$carousel-indicator-width` instead of always being that wide.

9 years agostart small--set flex instead of block for active items
Mark Otto [Thu, 22 Dec 2016 22:30:05 +0000 (14:30 -0800)] 
start small--set flex instead of block for active items

9 years agogrunt
Mark Otto [Thu, 22 Dec 2016 21:52:33 +0000 (13:52 -0800)] 
grunt

9 years agoredo custom docs navbar
Mark Otto [Thu, 22 Dec 2016 17:12:43 +0000 (09:12 -0800)] 
redo custom docs navbar

9 years agostreamline example navbars by removing .hidden-* classes on togglers
Mark Otto [Thu, 22 Dec 2016 17:11:57 +0000 (09:11 -0800)] 
streamline example navbars by removing .hidden-* classes on togglers

9 years agoremove .hidden-* classes from .navbar-toggler and make that part of the .navbar-toggl...
Mark Otto [Thu, 22 Dec 2016 16:59:45 +0000 (08:59 -0800)] 
remove .hidden-* classes from .navbar-toggler and make that part of the .navbar-toggleable-*

9 years agocouple more utils
Mark Otto [Thu, 22 Dec 2016 07:31:28 +0000 (23:31 -0800)] 
couple more utils

9 years agomore example fixes
Mark Otto [Thu, 22 Dec 2016 06:33:18 +0000 (22:33 -0800)] 
more example fixes

9 years agomore linting
Mark Otto [Thu, 22 Dec 2016 06:20:44 +0000 (22:20 -0800)] 
more linting

9 years agolinting
Mark Otto [Thu, 22 Dec 2016 06:20:22 +0000 (22:20 -0800)] 
linting

9 years agomigrate some notes on over here
Mark Otto [Thu, 22 Dec 2016 06:19:16 +0000 (22:19 -0800)] 
migrate some notes on over here

9 years agoput new toggler markup to use
Mark Otto [Thu, 22 Dec 2016 06:11:04 +0000 (22:11 -0800)] 
put new toggler markup to use

9 years agoRedo navbar-toggler
Mark Otto [Thu, 22 Dec 2016 06:10:44 +0000 (22:10 -0800)] 
Redo navbar-toggler

- Require inner element for the icon for improved customization (e.g., drop the element to replace it with your own icon font or SVG)
- Tighten up padding
- Better comments

9 years agofixes #18115: move forward with one naming scheme for inversed color schemes, renamin...
Mark Otto [Thu, 22 Dec 2016 05:40:26 +0000 (21:40 -0800)] 
fixes #18115: move forward with one naming scheme for inversed color schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)

9 years agofixes #18053 by removing container padding at lower breakpoints on responsive navbars
Mark Otto [Thu, 22 Dec 2016 05:38:02 +0000 (21:38 -0800)] 
fixes #18053 by removing container padding at lower breakpoints on responsive navbars

9 years agoeven more utils for forms
Mark Otto [Thu, 22 Dec 2016 05:26:43 +0000 (21:26 -0800)] 
even more utils for forms

9 years agomore margin utils on forms
Mark Otto [Thu, 22 Dec 2016 05:26:17 +0000 (21:26 -0800)] 
more margin utils on forms

9 years agomake sure all nav demos for the navbar are using toggleable-* classes for proper...
Mark Otto [Thu, 22 Dec 2016 05:25:14 +0000 (21:25 -0800)] 
make sure all nav demos for the navbar are using toggleable-* classes for proper responsive styles

9 years agodedupe ids
Mark Otto [Thu, 22 Dec 2016 05:12:50 +0000 (21:12 -0800)] 
dedupe ids

9 years agoupdate justified nav to use justified navbar; remove safari bug warning given flexbox...
Mark Otto [Thu, 22 Dec 2016 05:03:02 +0000 (21:03 -0800)] 
update justified nav to use justified navbar; remove safari bug warning given flexbox implementation

9 years agofix carousel navbar
Mark Otto [Thu, 22 Dec 2016 04:54:00 +0000 (20:54 -0800)] 
fix carousel navbar

9 years agofix sticky footer example navbar
Mark Otto [Thu, 22 Dec 2016 04:52:46 +0000 (20:52 -0800)] 
fix sticky footer example navbar

9 years agofix up navbar top and fixed top examples
Mark Otto [Thu, 22 Dec 2016 04:51:15 +0000 (20:51 -0800)] 
fix up navbar top and fixed top examples

9 years agoredo album navbar with new styles
Mark Otto [Thu, 22 Dec 2016 04:46:05 +0000 (20:46 -0800)] 
redo album navbar with new styles

9 years agomake more examples responsive
Mark Otto [Thu, 22 Dec 2016 02:29:51 +0000 (18:29 -0800)] 
make more examples responsive

9 years agoremove
Mark Otto [Thu, 22 Dec 2016 02:29:37 +0000 (18:29 -0800)] 
remove

9 years agoremove now unneeded collapse section
Mark Otto [Thu, 22 Dec 2016 02:19:15 +0000 (18:19 -0800)] 
remove now unneeded collapse section

9 years agofix colors
Mark Otto [Thu, 22 Dec 2016 02:18:59 +0000 (18:18 -0800)] 
fix colors

9 years agooverride pos-f-t in examples
Mark Otto [Thu, 22 Dec 2016 01:53:00 +0000 (17:53 -0800)] 
override pos-f-t in examples

9 years agoadd responsive behaviors section
Mark Otto [Thu, 22 Dec 2016 01:52:39 +0000 (17:52 -0800)] 
add responsive behaviors section

9 years agoupdate responsive behavior in demo
Mark Otto [Thu, 22 Dec 2016 01:52:28 +0000 (17:52 -0800)] 
update responsive behavior in demo

9 years agoFix vertical alignment a bit
Mark Otto [Thu, 22 Dec 2016 01:51:49 +0000 (17:51 -0800)] 
Fix vertical alignment a bit

9 years agomove all nav link and collapse and container behaviors to the toggleable class genera...
Mark Otto [Thu, 22 Dec 2016 01:51:35 +0000 (17:51 -0800)] 
move all nav link and collapse and container behaviors to the toggleable class generation area; this way the .navbar-toggleable-* goes on .navbar, easily affecting everything that needs updating for each breakpoint's use

9 years agounique ids
Mark Otto [Wed, 21 Dec 2016 22:35:02 +0000 (14:35 -0800)] 
unique ids

9 years agorearrange examples, go center nav only instead of trying to hack centered with siblings
Mark Otto [Wed, 21 Dec 2016 22:32:21 +0000 (14:32 -0800)] 
rearrange examples, go center nav only instead of trying to hack centered with siblings

9 years agomove flex to navbar container only; otherwise it affects things negatively elsewhere
Mark Otto [Wed, 21 Dec 2016 22:31:54 +0000 (14:31 -0800)] 
move flex to navbar container only; otherwise it affects things negatively elsewhere

9 years agocontainers should flex
Mark Otto [Wed, 21 Dec 2016 22:16:13 +0000 (14:16 -0800)] 
containers should flex

9 years agoflexbox shiz
Mark Otto [Wed, 21 Dec 2016 22:16:04 +0000 (14:16 -0800)] 
flexbox shiz

9 years agonuke
Mark Otto [Wed, 21 Dec 2016 22:15:56 +0000 (14:15 -0800)] 
nuke

9 years agomove and consolidate navbar examples, fix em up
Mark Otto [Wed, 21 Dec 2016 22:15:50 +0000 (14:15 -0800)] 
move and consolidate navbar examples, fix em up

9 years agono need for a clearfix given no more floats
Mark Otto [Wed, 21 Dec 2016 21:20:28 +0000 (13:20 -0800)] 
no need for a clearfix given no more floats

9 years agomove padding on nav links and brand to be responsive padding, keeping mobile contents...
Mark Otto [Wed, 21 Dec 2016 21:19:14 +0000 (13:19 -0800)] 
move padding on nav links and brand to be responsive padding, keeping mobile contents aligned better

9 years agomake supported content example responsive
Mark Otto [Wed, 21 Dec 2016 21:17:48 +0000 (13:17 -0800)] 
make supported content example responsive

9 years agono more .navbar-full
Mark Otto [Wed, 21 Dec 2016 21:14:48 +0000 (13:14 -0800)] 
no more .navbar-full

9 years agono need for this; we have max-width 100% on them now
Mark Otto [Wed, 21 Dec 2016 21:14:43 +0000 (13:14 -0800)] 
no need for this; we have max-width 100% on them now

9 years agomore navbar docs changes
Mark Otto [Wed, 21 Dec 2016 21:12:55 +0000 (13:12 -0800)] 
more navbar docs changes

9 years agocleanup navbar docs for flex changes
Mark Otto [Wed, 21 Dec 2016 21:08:34 +0000 (13:08 -0800)] 
cleanup navbar docs for flex changes

9 years agoremove .navbar-container; just need .navbar now
Mark Otto [Wed, 21 Dec 2016 21:07:57 +0000 (13:07 -0800)] 
remove .navbar-container; just need .navbar now

9 years agoremove width 100% from positioning, remove rounded corners for utils
Mark Otto [Wed, 21 Dec 2016 21:07:30 +0000 (13:07 -0800)] 
remove width 100% from positioning, remove rounded corners for utils

9 years agoremove justified, replacing with modifier later if needed; combine rules
Mark Otto [Wed, 21 Dec 2016 21:07:06 +0000 (13:07 -0800)] 
remove justified, replacing with modifier later if needed; combine rules

9 years agoflexbox this thing
Mark Otto [Wed, 21 Dec 2016 20:27:18 +0000 (12:27 -0800)] 
flexbox this thing

- drop the table styles, use flex
- remove commented out code
- consolidate styles a bit
- add a huge flex-grow to the nav, making the assumption you want nav to take up most space

9 years agospacing
Mark Otto [Wed, 21 Dec 2016 17:52:47 +0000 (09:52 -0800)] 
spacing

9 years agoindentation
Mark Otto [Wed, 21 Dec 2016 17:52:36 +0000 (09:52 -0800)] 
indentation

9 years agoexploring table based navbar again
Mark Otto [Wed, 21 Dec 2016 08:40:31 +0000 (00:40 -0800)] 
exploring table based navbar again