Mark Otto
7fa88b3b8a
Update tags/labels/badges migration docs to mention class and change in behavior for alignment in list groups
2016-05-11 16:11:17 -07:00
Mark Otto
c6ac4f567e
grunt
2016-05-11 15:58:46 -07:00
Mark Otto
85a71854bf
clarify that
2016-05-11 15:58:42 -07:00
Mark Otto
e0ad178ac3
Merge pull request #18807 from twbs/v4-split-buttons
...
v4: Figuring out split dropdown buttons
2016-05-11 15:03:51 -07:00
Mark Otto
6e7d450e1c
linting order
2016-05-11 14:28:59 -07:00
Mark Otto
7cc802ea78
Consolidate button-dropdown.md with dropdowns.md to simplify docs
2016-05-11 14:13:16 -07:00
Mark Otto
575769c34d
rest in peace _functions.scss
2016-05-11 11:36:40 -07:00
Mark Otto
fda92d02a3
Unfuck those split button dropdowns
...
- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size
- Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed
- Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button
2016-05-11 11:36:09 -07:00
Mark Otto
b280e36b78
Merge branch 'v4-dev' into v4-split-buttons
2016-05-11 11:07:06 -07:00
Mark Otto
9d6b41c127
Merge pull request #19141 from twbs/v4-forms-cleanup
...
v4: Forms cleanup
2016-05-11 10:49:31 -07:00
Mark Otto
547290293c
grunt
2016-05-11 10:20:00 -07:00
Mark Otto
e2751554a2
Merge branch 'v4-forms-cleanup' of github.com:twbs/bootstrap into v4-forms-cleanup
2016-05-11 10:19:40 -07:00
Mark Otto
618ac44f52
update migration notes
2016-05-11 10:16:00 -07:00
Patrick H. Lauke
89cda53070
Merge pull request #19879 from patrickhlauke/v4-modal-aria-fix
...
Handle aria-hidden on modal container when showing/hiding
2016-05-11 10:35:22 +01:00
Patrick H. Lauke
b107e3342a
Handle aria-hidden on modal container when showing/hiding
...
Fixes #19878
2016-05-11 02:01:56 +01:00
Mark Otto
425e3d407e
Bring back some 'help text' love for forms with .form-text
...
- Includes new class
- New docs to support it
- Rearranged older docs
2016-05-10 08:24:38 -07:00
Mark Otto
73d9815343
Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into v4-forms-cleanup
2016-05-09 19:25:42 -07:00
Mark Otto
35c11b69df
Update checkboxes and radios docs
...
- Add lighter gray text to disabled state for .form-check
- Separate radios and checkboxes example
- Clarify docs
2016-05-09 11:00:36 -07:00
Mark Otto
5aa32b3f3a
clarify docs comment from #19459
2016-05-09 10:29:04 -07:00
Mark Otto
72d68bac7a
more options, clearer options, and proper markdown formatting
2016-05-09 10:25:38 -07:00
Mark Otto
87d3570524
Merge branch 'v4-dev-docs-hidden-show-replacement' of https://github.com/lamby/bootstrap into lamby-v4-dev-docs-hidden-show-replacement
2016-05-09 10:23:52 -07:00
Mark Otto
0bf3f176ec
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
2016-05-09 10:21:56 -07:00
Mark Otto
1b17ee4062
property order
2016-05-09 10:18:41 -07:00
Mark Otto
3daeb58ac3
Merge branch 'add-input-focus-variables' of https://github.com/kevinkucharczyk/bootstrap into kevinkucharczyk-add-input-focus-variables
2016-05-09 10:17:27 -07:00
Mark Otto
9f6e881d00
Merge pull request #19459 from delftswa2016/v4-card-ordering
...
Explicitly state the ordering of cards in card columns in the docs
2016-05-09 10:14:50 -07:00
Mark Otto
6b33c08310
Merge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixin
...
Use @border-radius and add $nav-tabs-border-radius variable
2016-05-09 09:56:28 -07:00
Mark Otto
f5d889c385
update classes for inline form to new checkbox options
2016-05-08 23:14:48 -07:00
Mark Otto
707903c60c
oops, another checkbox needing a new class
2016-05-08 23:14:28 -07:00
Mark Otto
a6d48b7ee3
add options to the examples so they render properly
2016-05-08 22:53:32 -07:00
Mark Otto
a803ab7f58
fix remaining checkboxes and radios in docs
2016-05-08 22:53:17 -07:00
Mark Otto
d95aad695c
fix broken markdown formatting
2016-05-08 22:52:58 -07:00
Mark Otto
4e4fdb7228
grunt
2016-05-08 17:31:11 -07:00
Mark Otto
546149f004
Fixes #19771 : Enable .form-control-sm/lg on select.form-control
2016-05-08 17:31:02 -07:00
Mark Otto
d8c898b172
linting
2016-05-08 17:11:17 -07:00
Mark Otto
dde85e9888
Redo checkboxes and radios
...
- Move disabled radio and checkbox styles to Reboot
- Collapse .radio and .checkbox into single class, .form-check
- Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline
- Require classes for sub-elements in both new classes
2016-05-08 16:05:27 -07:00
Mark Otto
bd904d70c9
lol my bad, fix that last one too
2016-05-08 15:31:53 -07:00
Mark Otto
4a064209ba
Merge branch 'v4-dev' into v4-forms-cleanup
2016-05-08 15:25:26 -07:00
Mark Otto
b479efb9d6
Fixes #18492 : Document .h1-.h6, change docs mention of inline usage to varying elements
2016-05-08 15:13:53 -07:00
Mark Otto
fea7feb9e4
Fixes #18705 : Clarify removal of .help-text and update changes to .form-group for horizontal layouts
2016-05-08 15:10:27 -07:00
Mark Otto
4d8d8bdab4
Fixes #18768 : Add migration docs for dropdowns
2016-05-08 15:07:16 -07:00
Mark Otto
91257d29d3
fixes #19439 : add some docs context to migration for .btn-xs and .page-header
2016-05-08 15:02:05 -07:00
Mark Otto
d90064f06f
grunt
2016-05-08 14:58:37 -07:00
Mark Otto
aa5ef212f3
Merge pull request #19863 from twbs/v4-inverse-table-variants
...
v4: Inverse table variants
2016-05-08 14:33:38 -07:00
Mark Otto
399fdb8ebe
Merge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-styling
...
Add disabled styling for .custom-select
2016-05-08 14:20:54 -07:00
Mark Otto
80341bf709
Merge pull request #19476 from delftswa2016/v4-card-docs
...
Added explicit commentary to .card-* classes
2016-05-08 14:20:12 -07:00
Mark Otto
4be7f0b680
Merge pull request #19862 from twbs/marktopper-patch-1
...
Update Normalize to v4.0.0
2016-05-08 14:19:09 -07:00
Mark Otto
7322c8dc75
add code snippet
2016-05-08 14:16:23 -07:00
Mark Otto
44778465da
Update table docs
...
- Change some things around, add some copy
- Include table variant styles for the inverse tables thanks to bg and color utils
2016-05-08 14:15:34 -07:00
Mark Otto
4140620d3e
remove unneeded, commented out border change for legends; it's handled in normalize
2016-05-08 13:57:39 -07:00
Mark Otto
ce249a555c
document table border collapse change, move from old normalize to our reboot
2016-05-08 13:51:25 -07:00