aboutsummaryrefslogtreecommitdiff
path: root/docs/components
AgeCommit message (Collapse)AuthorFilesLines
2016-09-05Fixes #20608 and #20578: Consistent checkbox and radio markup (#20629)Mark Otto1-25/+24
- Update docs examples to use newer .form-check suite of classes - Update form validation mixin to use newer classes as well
2016-09-04Fix segmented buttons in input group docs (#20489)Starsam801-2/+2
Fixes #20484
2016-08-21minor docs edit to fix #20538Mark Otto1-1/+1
2016-08-21fixes #19930: update split dropup variation to include modifierMark Otto1-1/+1
2016-08-21Fixes #20495: Update heading hierarchy to avoid nested ToC that leads to ↵Mark Otto1-3/+3
hiding of entire ToC
2016-08-18Remove some strong language in docs/forms.mdAlex Shafer1-1/+1
Remember, there may be children/students using these examples...
2016-08-02Fix dropdown example in docs (Fix #20410)Pierre-Denis Vanduynslager1-15/+1
2016-07-21Tooltip Static Demo uses v3 class namesPatrick Yeo1-5/+5
2016-07-17Port #19410 to v4Pvanhesteren1-2/+2
Clarify valid values of Carousel's `pause` option Fixes #18205 [skip sauce]
2016-06-12Fixes #17193: Remove mention and link to non-existant transitions plugin; ↵Mark Otto1-1/+1
that intro paragraph was two dupe sentences
2016-05-13Remove reference to "loaded.bs.modal" eventHeiko Jansen1-4/+0
Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.
2016-05-11Fix #17511 by adding mention to the docs for how to extend the card columnsMark Otto1-1/+14
2016-05-11Consolidate button-dropdown.md with dropdowns.md to simplify docsMark Otto2-381/+381
2016-05-11Unfuck those split button dropdownsMark Otto1-16/+56
- 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-11Merge branch 'v4-dev' into v4-split-buttonsMark Otto18-263/+492
2016-05-11Merge pull request #19141 from twbs/v4-forms-cleanupMark Otto1-123/+178
v4: Forms cleanup
2016-05-10Bring back some 'help text' love for forms with .form-textMark Otto1-16/+20
- Includes new class - New docs to support it - Rearranged older docs
2016-05-09Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into ↵Mark Otto1-1/+5
v4-forms-cleanup
2016-05-09Update checkboxes and radios docsMark Otto1-1/+5
- Add lighter gray text to disabled state for .form-check - Separate radios and checkboxes example - Clarify docs
2016-05-09clarify docs comment from #19459Mark Otto1-1/+1
2016-05-09Merge pull request #19459 from delftswa2016/v4-card-orderingMark Otto1-1/+3
Explicitly state the ordering of cards in card columns in the docs
2016-05-08oops, another checkbox needing a new classMark Otto1-3/+3
2016-05-08add options to the examples so they render properlyMark Otto1-3/+9
2016-05-08fix remaining checkboxes and radios in docsMark Otto1-12/+12
2016-05-08fix broken markdown formattingMark Otto1-3/+3
2016-05-08Redo checkboxes and radiosMark Otto1-36/+36
- 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-08lol my bad, fix that last one tooMark Otto1-1/+1
2016-05-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto1-0/+12
2016-05-08Merge pull request #19476 from delftswa2016/v4-card-docsMark Otto1-0/+12
Added explicit commentary to .card-* classes
2016-05-08fix validation of dupe idsMark Otto1-3/+3
2016-04-23Merge branch 'v4-dev' into v4-forms-cleanupMark Otto2-6/+12
2016-04-15Port #19741 to v4Chris Rebert1-1/+1
[ci skip]
2016-04-10Add aria-label and callout about labelling pagination componentsPatrick H. Lauke1-5/+11
2016-04-08Fixes #18573: Change name of .form-control-label to .col-form-label (and ↵Mark Otto1-25/+25
.form-control-legend to .col-form-legend) to reiterate use for only grid layouts
2016-04-08fix up broke forms styles and docs example for the gridMark Otto1-19/+21
2016-04-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto14-151/+273
2016-04-06Add `display` utility classes (.d-{inline,block,inline-block}); fixes #19343Teo Dell'Amico1-0/+22
Refs #19665 [skip sauce]
2016-04-06Add docs for .w-100 utility classChris Rebert1-0/+8
[skip sauce]
2016-04-02Docs: Correct arg `offsets` to `offset` in tooltips & popoversKay.L2-2/+2
[skip sauce]
2016-03-11Fixed typosFloris Verburg1-2/+2
2016-03-11Added explicit commentary to .card-* classesFloris Verburg1-0/+12
2016-03-10Explicitly state the ordering of cards in card columnsFloris Verburg1-1/+3
2016-03-06Remove iOS virtual keyboard bug section from docsChris Rebert1-1/+1
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
2016-02-25Merge pull request #19277 from patrickhlauke/v4-dev-forms-fixes#2Patrick H. Lauke1-43/+51
Forms fixes: fieldset/legend, new .form-control-legend, accessibility advice
2016-02-24Correct grammarPaul Rose1-1/+1
2016-02-19Appropriate use of fieldset/div, legend, callout for hidden/no label ↵Patrick H. Lauke1-43/+51
alternatives
2016-02-19Fix validation errors.XhmikosR1-1/+1
[skip sauce]
2016-02-18Docs: Add example of .dropdown-menu-rightJeremy Kratz1-6/+11
Fixes #18493 Closes #18836 [skip sauce]
2016-02-18Document .pos-f-t utility class; fixes #18494Russell Beye1-0/+14
Add documentation to components/utilities to publicly expose the .pos-f-t utility class to users. Closes #18799 [skip sauce]
2016-02-18Document the possibility of extending the $spacers mapTobias1-0/+2
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]