]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Tue, 27 Dec 2016 22:37:17 +0000 (14:37 -0800)]
follow up to the fix for #20506 with some docs examples of input groups in button toolbars
Mark Otto [Tue, 27 Dec 2016 22:36:55 +0000 (14:36 -0800)]
inline-flex and width: 100% for stacked/vertical variation
shoutout to @Starsam80 for the fix
Mark Otto [Tue, 27 Dec 2016 22:36:30 +0000 (14:36 -0800)]
auto size input groups, fixes #20506
Mark Otto [Tue, 27 Dec 2016 22:36:20 +0000 (14:36 -0800)]
remove commented out code
Mark Otto [Tue, 27 Dec 2016 01:18:19 +0000 (17:18 -0800)]
linting
Mark Otto [Thu, 22 Dec 2016 07:29:16 +0000 (23:29 -0800)]
revamp button group with flexbox
Mark Otto [Wed, 28 Dec 2016 06:15:02 +0000 (22:15 -0800)]
update example with brand and new util
Mark Otto [Wed, 28 Dec 2016 06:14:30 +0000 (22:14 -0800)]
forgot to add display flex to the navbar, so utils weren't applying
Quy [Wed, 28 Dec 2016 01:09:37 +0000 (17:09 -0800)]
Fix grammatical/typo errors
Mark Otto [Tue, 27 Dec 2016 22:27:41 +0000 (14:27 -0800)]
grunt
Max Beatty [Tue, 27 Dec 2016 00:21:27 +0000 (16:21 -0800)]
update click state when hiding so can be shown again by trigger. fixes #16732
Mark Otto [Tue, 27 Dec 2016 00:13:23 +0000 (16:13 -0800)]
use var
Mark Otto [Tue, 27 Dec 2016 00:11:50 +0000 (16:11 -0800)]
fix inline checks
Mark Otto [Mon, 26 Dec 2016 23:42:19 +0000 (15:42 -0800)]
add some vars
Mark Otto [Tue, 27 Dec 2016 05:11:22 +0000 (21:11 -0800)]
sure we only need the two mixins, but this ensures folks don't run into missing mixin errors down the line
Mark Otto [Tue, 27 Dec 2016 00:34:19 +0000 (16:34 -0800)]
Update bootstrap-grid.scss
Mark Otto [Tue, 27 Dec 2016 00:33:55 +0000 (16:33 -0800)]
Update bootstrap-reboot.scss
Mark Otto [Tue, 27 Dec 2016 00:33:33 +0000 (16:33 -0800)]
move custom down so folks can reassign var values and use other vars
Starsam80 [Tue, 27 Dec 2016 22:15:22 +0000 (15:15 -0700)]
Don't show `.bd-*` classes to the user (#21443)
* Don't show `bd-*` classes to the user
* Add comments and another regex
Mark Otto [Tue, 27 Dec 2016 22:05:24 +0000 (14:05 -0800)]
Document how to break equal width cols to multiple rows
Fixes #21287
Mark Otto [Tue, 27 Dec 2016 18:00:55 +0000 (10:00 -0800)]
bump jquery and grunt-sass
plus shx? :shrug:
Mark Otto [Tue, 27 Dec 2016 22:13:56 +0000 (14:13 -0800)]
grunt
Mark Otto [Tue, 27 Dec 2016 22:11:48 +0000 (14:11 -0800)]
fixes #21445
remove broken example class from grid docs
Mark Otto [Mon, 26 Dec 2016 21:23:07 +0000 (13:23 -0800)]
more flexbox docs
Mark Otto [Mon, 26 Dec 2016 21:17:50 +0000 (13:17 -0800)]
follow up to #21436 to add docs for the .flex-row-reverse , .flex-column-reverse, and .flex-wrap-reverse
Mark Otto [Mon, 26 Dec 2016 21:11:05 +0000 (13:11 -0800)]
grunt
Starsam80 [Mon, 26 Dec 2016 02:34:08 +0000 (19:34 -0700)]
Add more flex utilities
Quy [Mon, 26 Dec 2016 17:56:22 +0000 (09:56 -0800)]
Rename tags to badges in comments
Bardi Harborow [Sat, 24 Dec 2016 11:44:44 +0000 (22:44 +1100)]
Remove Meteor install instructions.
Mark Otto [Sun, 25 Dec 2016 23:52:16 +0000 (15:52 -0800)]
grunt
Mark Otto [Sun, 25 Dec 2016 23:17:31 +0000 (15:17 -0800)]
Fixes #20586
Use pixels instead of rem units for focus box-shadow on custom controls so that IE11, Edge, and Win FF screw it up less
Mark Otto [Sun, 25 Dec 2016 22:38:06 +0000 (14:38 -0800)]
throw some margin utils to fix spacing
Mark Otto [Sun, 25 Dec 2016 22:35:57 +0000 (14:35 -0800)]
Use calc() on .col-form-label padding calculations
Fixes #21135.
There's a height mismatch here because we're setting padding on the labels, while inputs get padding *and* a top+bottom border. This now uses calc to determine the exact height needed to match labels to inputs.
Mark Otto [Sun, 25 Dec 2016 22:22:03 +0000 (14:22 -0800)]
Replaces #21270 with proper fix
Rather than overriding this just on inline form examples, this should be for all static form controls to match inputs.
Mark Otto [Sun, 25 Dec 2016 22:18:54 +0000 (14:18 -0800)]
space that out a smidge
Mark Otto [Sun, 25 Dec 2016 22:18:45 +0000 (14:18 -0800)]
vertically center .form-group contents in inline forms
fixes broken inline form example mentioned in #21407
Mark Otto [Sun, 25 Dec 2016 22:11:49 +0000 (14:11 -0800)]
use flex and direction to do the stacked controls instead of float hacks
This also fixes #21280. Previously, we were using float and clear on the individual controls, but that meant a computer height of `0` for the parent `.custom-controls-stacked`. No more problem after using flexbox though.
Mark Otto [Sun, 25 Dec 2016 22:10:52 +0000 (14:10 -0800)]
move custom checks/radios to inline-flex
Mark Otto [Sun, 25 Dec 2016 23:47:03 +0000 (15:47 -0800)]
grunt
Starsam80 [Sun, 25 Dec 2016 22:29:01 +0000 (15:29 -0700)]
Use variables for the width/height classes
Starsam80 [Sun, 25 Dec 2016 22:11:09 +0000 (15:11 -0700)]
Clean up _spacing.scss a little bit
Starsam80 [Sun, 25 Dec 2016 04:01:09 +0000 (21:01 -0700)]
Remove some leftover IE9/flex stuff
Mark Otto [Sun, 25 Dec 2016 01:35:51 +0000 (17:35 -0800)]
linting
Mark Otto [Sun, 25 Dec 2016 01:27:42 +0000 (17:27 -0800)]
flex the footer and include some margin magic
- we need to set margin for space between footer buttons as flexbox doesn't render HTML spaces like inline-block does
- flexbox doesn't have collapsing margins or anything, so we hack it with some :not(:first-child) and :not(:last-child) action
Mark Otto [Sun, 25 Dec 2016 01:26:19 +0000 (17:26 -0800)]
flex the modal header so we can remove custom styles
updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox)
Mark Otto [Sun, 25 Dec 2016 01:25:43 +0000 (17:25 -0800)]
No need to override a margin-top that never was set; only specify margin-bottom override
Mark Otto [Sun, 25 Dec 2016 01:25:27 +0000 (17:25 -0800)]
Enable flex on the .modal-content, ensure .modal-body stretches the height (if needed)
Mark Otto [Sun, 25 Dec 2016 01:24:06 +0000 (17:24 -0800)]
darker border on modal header
Mark Otto [Sun, 25 Dec 2016 21:20:04 +0000 (13:20 -0800)]
trailing space
Mark Otto [Sun, 25 Dec 2016 02:54:03 +0000 (18:54 -0800)]
line break for sanity
Mark Otto [Sun, 25 Dec 2016 02:52:45 +0000 (18:52 -0800)]
add my-auto and m-auto
Mark Otto [Sun, 25 Dec 2016 02:11:57 +0000 (18:11 -0800)]
document it all, add align items examples
Mark Otto [Sun, 25 Dec 2016 02:11:43 +0000 (18:11 -0800)]
responsive auto margin classes
Mark Otto [Sun, 25 Dec 2016 02:03:16 +0000 (18:03 -0800)]
reorder docs
Mark Otto [Sun, 25 Dec 2016 01:46:35 +0000 (17:46 -0800)]
stub out some docs
Mark Otto [Sun, 25 Dec 2016 01:37:50 +0000 (17:37 -0800)]
add mr-auto and ml-auto for some flex shiz
Bardi Harborow [Sun, 25 Dec 2016 09:18:47 +0000 (20:18 +1100)]
Disable Hound on test cases.
Mark Otto [Sun, 25 Dec 2016 08:28:17 +0000 (00:28 -0800)]
Fixes #18228: Don't use `transparent` for bottom border, use bg color
Alessandro Rodi [Sun, 25 Dec 2016 07:31:34 +0000 (08:31 +0100)]
[Fix #19849] Tabs are opened even if disabled. (#20795)
* [Fix #19849] Tabs are opened even if disabled.
* fix hund code review hints
* rollback hound issues because Travis fails
Mark Otto [Sun, 25 Dec 2016 01:50:19 +0000 (17:50 -0800)]
grunt
Quy [Sun, 25 Dec 2016 00:12:26 +0000 (16:12 -0800)]
Update IE9 support (#21424)
Mark Otto [Sat, 24 Dec 2016 22:29:41 +0000 (14:29 -0800)]
grunt
Mark Otto [Sat, 24 Dec 2016 22:11:03 +0000 (14:11 -0800)]
fixes #21423 by updating docs to mention flex display instead of inline-block; clarifies follow-up text about use of the proper utilities
Mark Otto [Sat, 24 Dec 2016 22:09:06 +0000 (14:09 -0800)]
dedupe
Mark Otto [Sat, 24 Dec 2016 22:04:44 +0000 (14:04 -0800)]
started fixing nested .bd-example stuff, then rewrote the modal docs
- better table of contents and overall structure
- clearer examples of modal contents, longer modals, and modal options
Mark Otto [Sat, 24 Dec 2016 22:04:11 +0000 (14:04 -0800)]
nest modal examples css
Mark Otto [Sat, 24 Dec 2016 20:35:08 +0000 (12:35 -0800)]
rip numbers
Mark Otto [Sat, 24 Dec 2016 20:33:42 +0000 (12:33 -0800)]
add order docs
Quy [Sat, 24 Dec 2016 20:30:23 +0000 (12:30 -0800)]
Update toc numbering (#21422)
Mark Otto [Sat, 24 Dec 2016 08:29:28 +0000 (00:29 -0800)]
remove unused media vars, update numbers (oof) /cc @Quy
Mark Otto [Sat, 24 Dec 2016 05:47:30 +0000 (21:47 -0800)]
remove unused utils, comment
Mark Otto [Fri, 23 Dec 2016 21:31:09 +0000 (13:31 -0800)]
remove old flex utils, update docs to match
Mark Otto [Fri, 23 Dec 2016 21:23:11 +0000 (13:23 -0800)]
align-self docs
Mark Otto [Fri, 23 Dec 2016 21:16:13 +0000 (13:16 -0800)]
document align-content utils
Mark Otto [Fri, 23 Dec 2016 21:15:55 +0000 (13:15 -0800)]
change presentation of those utils docs
Mark Otto [Fri, 23 Dec 2016 20:54:01 +0000 (12:54 -0800)]
document justify-content and align-items utils
Mark Otto [Fri, 23 Dec 2016 20:40:55 +0000 (12:40 -0800)]
indentation
Mark Otto [Fri, 23 Dec 2016 19:57:11 +0000 (11:57 -0800)]
duplicate of the .flex-fill util
Mark Otto [Fri, 23 Dec 2016 19:56:27 +0000 (11:56 -0800)]
remove the table classes in favor of lists
Mark Otto [Fri, 23 Dec 2016 19:56:07 +0000 (11:56 -0800)]
try out alt responsive variation lists
Mark Otto [Fri, 23 Dec 2016 19:48:38 +0000 (11:48 -0800)]
add docs class for highlighting
Mark Otto [Fri, 23 Dec 2016 19:48:03 +0000 (11:48 -0800)]
Start to blow out and document more flexbox utilities
- Adds new flexbox.md file to utilities docs
- Adds a `breakpoints.yml` data file for easier output of responsive classes in the docs. Will put this to use on other pages soon.
- Adds hella flex utils. There are some dupes for now, but they'll get removed in time.
Mark Otto [Fri, 23 Dec 2016 19:23:22 +0000 (11:23 -0800)]
fix incorrect class name for inline-flex
Mark Otto [Fri, 23 Dec 2016 19:02:14 +0000 (11:02 -0800)]
Revamp navs docs
- Reorganize things, leading with the base nav first instead of an accessibility note, and then moving the rest to a new available styles section.
- Add horizontal alignment options thanks to new flex utils (these new utils will be documented later in another commit).
- Dropped `.nav-stacked` for a flex util and added additional alignment options, so document those, too.
Mark Otto [Fri, 23 Dec 2016 18:40:54 +0000 (10:40 -0800)]
Change up the "justified" nav options
Given move to flexbox, we can make this available for everyone and clean it up some.
- Simplifies the `.nav-justified` styles to build on the flex-powered `.nav` base class.
- Adds the `.nav-fill` to make nav links fill available horizontal space, but not equal width.
Mark Otto [Fri, 23 Dec 2016 18:39:53 +0000 (10:39 -0800)]
Make .nav flex-powered
- Set an explicit `display: flex` on the base `.nav` class and remove the floats/clearfixes from our navs.
- Set some global styles for `.nav-link`, a departure from the previous solution that featured no predefined padding.
- Move `.nav-link` from `inline-block` to `block` given this setting was added for our tabs and pills anyway.
- Remove horizontal margin from nav tabs; let folks set that on their own from now on.
Mark Otto [Fri, 23 Dec 2016 07:43:37 +0000 (23:43 -0800)]
pull in changes from #19832 to fix offcanvas
Mark Otto [Fri, 23 Dec 2016 07:19:21 +0000 (23:19 -0800)]
Undo #21171 (which closed #20977)
Turns out we did have the correct height calculation with our custom selects. The problem was we lacked a shared line-height with our buttons and inputs.
This restores the previous `calc` math and adds a line-height that reuses the input line-height.
Mark Otto [Fri, 23 Dec 2016 07:08:02 +0000 (23:08 -0800)]
update navbars in jumbotron, offcanvas, starter examples to flex versions
Mark Otto [Fri, 23 Dec 2016 07:05:31 +0000 (23:05 -0800)]
better/more form spacing in navbars
Mark Otto [Fri, 23 Dec 2016 07:04:02 +0000 (23:04 -0800)]
unify alignment of all these dang navbar forms
Bardi Harborow [Fri, 23 Dec 2016 12:43:46 +0000 (23:43 +1100)]
Move uglifyjs to npm script.
Johann-S [Fri, 23 Dec 2016 10:56:09 +0000 (11:56 +0100)]
Closes: #21412: Fix unit test for carousel
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.
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
Bardi Harborow [Fri, 23 Dec 2016 04:02:54 +0000 (15:02 +1100)]
Move clean-css to npm scripts.
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
Mark Otto [Fri, 23 Dec 2016 04:51:48 +0000 (20:51 -0800)]
small unrelated addition—adds .d-flex-inline util
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
Quy [Fri, 23 Dec 2016 05:07:51 +0000 (21:07 -0800)]
Rename Tags to Badges in comments