Patrick H. Lauke
13194ada33
Merge pull request #19277 from patrickhlauke/v4-dev-forms-fixes#2
...
Forms fixes: fieldset/legend, new .form-control-legend, accessibility advice
2016-02-25 11:28:16 +00:00
Paul Rose
723f82eac2
Correct grammar
2016-02-24 23:04:38 -06:00
Patrick H. Lauke
c25556e918
Appropriate use of fieldset/div, legend, callout for hidden/no label alternatives
2016-02-19 15:51:59 +00:00
XhmikosR
79067a6440
Fix validation errors.
...
[skip sauce]
2016-02-19 11:26:54 +02:00
Jeremy Kratz
dd47423ae6
Docs: Add example of .dropdown-menu-right
...
Fixes #18493
Closes #18836
[skip sauce]
2016-02-18 18:51:25 -08:00
Russell Beye
e91c9e2898
Document .pos-f-t utility class; fixes #18494
...
Add documentation to components/utilities to publicly expose the
.pos-f-t utility class to users.
Closes #18799
[skip sauce]
2016-02-18 18:33:16 -08:00
Tobias
bf73425277
Document the possibility of extending the $spacers map
...
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map.
Example:
```
$spacers: (
0: (
x: 0,
y: 0
),
1: (
x: $spacer-x,
y: $spacer-y
),
2: (
x: ($spacer-x * 1.5),
y: ($spacer-y * 1.5)
),
3: (
x: ($spacer-x * 3),
y: ($spacer-y * 3)
),
4: (
x: ($spacer-x * 5),
y: ($spacer-y * 5)
)
);
```
Closes #18706
[skip sauce]
2016-02-18 18:18:47 -08:00
Patrick H. Lauke
40aee9325d
- Conveying color meaning to AT as markdown include
...
- Add/replace callout for color and AT with include
2016-02-17 10:53:50 +00:00
Mark Otto
d6207d852a
Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap into ameya-pandilwar-fix-19094
2016-02-16 20:28:51 -08:00
Mark Otto
a2fe2aaced
Merge pull request #19116 from twbs/docs-17264
...
Docs: Add captions above progress bars
2016-02-16 20:26:41 -08:00
Igor Tarasov
c27ff124c3
Fix docs for new naming of .btn-outline
...
This one was overlooked at edit
See #17719 and #19199
2016-02-16 08:20:44 +03:00
Mark Otto
0c46412a4c
Merge branch 'v4-dev' into v4-custom-forms-validation
2016-02-13 17:55:23 -08:00
Mark Otto
4724110583
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-02-13 17:54:40 -08:00
Ameya Pandilwar
8cd2778148
Updated label to tag in list-group example
2016-02-11 18:59:47 -05:00
Ameya Pandilwar
4ed5fa77ff
Rename .label class to .tag
2016-02-11 03:54:30 -05:00
Chris Rebert
a1bf344c4f
Merge pull request #18925 from twbs/fixes-18922
...
Make translation of custom file input text easier
2016-02-09 01:38:14 -08:00
Mark Otto
d7d32c475f
clearer copy
2016-02-09 00:20:18 -08:00
Mark Otto
09aefaa2af
Alternate fix to #17965 : Updates to use the new class name and adds some basic docs for custom checkbox/radio validation
2016-02-08 23:21:32 -08:00
Mark Otto
c8bd62b214
clarify, fix margin
2016-02-08 22:13:30 -08:00
Chris Rebert
1d14d5c404
Fix apparent typo in b8ff763d62
...
[ci skip]
2016-02-08 03:05:03 -08:00
Chris Rebert
72f10dd7e6
Only caption 1st set of progress bar examples
2016-02-08 00:39:33 -08:00
Mark Otto
9c3ba540b4
add example of multiple add-ons to docs
2016-02-07 23:48:47 -08:00
Mark Otto
23d47122ef
Merge branch 'multiple-input-group-addon' of https://github.com/vicary/bootstrap into vicary-multiple-input-group-addon
2016-02-07 23:41:35 -08:00
Chris Rebert
44eedd2115
docs/components/forms.md: Fix typo: non => none
...
Fixup for 365db6e3a8
/fyi @mdo
[skip sauce]
2016-02-07 17:50:38 -08:00
Chris Rebert
5142ac2389
Docs: Add captions above progress bars; refs #17264
...
[skip sauce]
2016-02-07 13:13:07 -08:00
Chris Rebert
8dfd30cc21
Docs: Add "Horizontal centering" subheading for .m-x-auto
...
Refs #19102
[skip sauce]
2016-02-07 03:00:59 -08:00
Chris Rebert
3bd8dee1c7
docs/components/modal.md: Fix typo
...
Fixup for #19105
[ci skip]
2016-02-06 21:29:30 -08:00
Mark Otto
6c2b0d2b76
Updat modal sizing
...
- Switch from width to max-width for all widths to avoid scaling outside viewport bounds
- Rejigger the media queries for a more logical breakpoint for the large and small modal sizes
- Avoids changing the width of the default modal (nullifying #17794 and fixing #17581 )
2016-02-06 20:18:48 -08:00
Mark Otto
cbda7e3862
Revamp list group items built with anchors and buttons
...
- Make it an explicit class instead of qualifying with elements (.list-group-item-action)
- Rearrange the entire file for more straightforward flow
- Fix text-decoration bug as a result of the reorder
- Switch from h4's to h5's in docs
- Update docs to merge anchors and buttons sections; clearify usage guidelines there, too
- Nullify #17479 in the process
2016-02-06 19:50:00 -08:00
Mark Otto
b8ff763d62
Tweak disabled button docs to help out #17231
2016-02-06 18:34:52 -08:00
Mark Otto
365db6e3a8
clarify some docs for form validation including quick mention for customizing or disabling icons
2016-02-06 18:16:37 -08:00
Mark Otto
c59dbe56fe
Drop .center-block for .m-x-auto
...
- Both classes do about the same thing, but with different names
- Clarifies docs for .m-x-auto requiring a fixed width block element for it to work
- Add missing heading for clearfix section in docs (unrelated)
2016-02-06 15:40:25 -08:00
Mark Otto
b75116c679
Merge branch 'v4-card-fuckery' into v4-dev
2016-02-03 20:53:30 -08:00
Mark Otto
b75a0ca979
fuck that other class, let's just get tabs and pills in there
2016-02-03 20:52:33 -08:00
Mark Otto
b4a2b99395
Dump the type margin overrides in alerts for utils, document that particular example, sidesteps part of #18884
2016-02-03 20:43:12 -08:00
cndpzc
6384789f95
Fix typo in forms.md
...
Closes #19049
2016-01-28 20:45:59 -08:00
Chris Rebert
aa62428cdf
Add docs for custom file input's text and $custom-file-text
...
[skip sauce]
2016-01-26 13:19:19 -08:00
Abdullah Alrasheed
497d28843e
DOCS - Fix a link in popover for v4
2016-01-24 13:31:27 +08:00
Mark Otto
955e0405ea
fuck around with card borders and more
2016-01-17 18:55:24 -08:00
Mark Otto
fb14ee70d0
Merge pull request #18885 from twbs/list-group
...
Remove near-duplicate contextual list group example
2016-01-17 15:25:04 -08:00
Quy
8e00f623b3
Use mixin syntax
2016-01-15 09:49:56 -08:00
Raphael Ackermann
740ffb8ed4
typo: from controls --> form controls
2016-01-14 09:59:40 +01:00
Chris Rebert
5cde72fae3
Remove near-duplicate contextual list group example
...
[skip sauce]
2016-01-13 18:12:16 -08:00
Chris Rebert
5e9b365b25
List group docs: rm unnecessary <p> from Markdown source
...
[skip sauce]
2016-01-13 15:57:54 -08:00
Bass Jobsen
db7b8362fd
remove link to the pager component
...
see https://github.com/twbs/bootstrap/pull/18782
2016-01-11 09:47:36 +01:00
Mark Otto
b09f70e101
clear up and split out breadcrumb examples
2016-01-06 23:58:07 -08:00
Chris Rebert
d5ec7e3f50
Merge pull request #18784 from twbs/input-types
...
Add comprehensive `.form-control` example(/testcase) to docs
2016-01-06 19:09:05 -08:00
Chris Rebert
3f04c082dd
Merge branch 'input-type-reset-btn' into v4-dev
2016-01-06 16:25:32 -08:00
Chris Rebert
56746938ed
Add <input type="reset"> example to Button Tags docs for completeness
...
[skip sauce]
2016-01-06 16:24:43 -08:00
Chris Rebert
3d5b340217
Add comprehensive .form-control
example(/testcase) to docs
...
Put all the textual input types right next to each other for easy visual comparison.
Refs #17308 , #18763
[skip sauce]
2016-01-06 15:57:19 -08:00