aboutsummaryrefslogtreecommitdiff
path: root/docs/components/modal.md
AgeCommit message (Collapse)AuthorFilesLines
2016-11-27make a brief mention of #20433Mark Otto1-1/+1
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte1-4/+4
2016-10-13Fixes #20897 - Changed btn-default for btn-secondary on V4's Modal ↵Rodrigo Castro1-1/+1
documentation page
2016-10-02Updated documentation of the focus option from the modal component. (#19409)Patrick van Hesteren1-0/+6
2016-10-02v4: Social meta tags (#20825)Mark Otto1-0/+1
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
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-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-06docs/components/modal.md: Fix typoChris Rebert1-1/+1
Fixup for #19105 [ci skip]
2016-02-06Updat modal sizingMark Otto1-1/+1
- 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)
2015-12-25Add ellipsis to modal example codePatrick H. Lauke1-1/+1
2015-11-12Merge pull request #17204 from petetnt/petetnt/v4-dev-patch-2Mark Otto1-20/+22
modal.md - wrapped rows to a .container-fluid, added .bd-example-row...
2015-10-27Capitalize header cells in option and method tables of JS docsChris Rebert1-3/+3
[skip sauce]
2015-10-16Remove redundant `.sr-only` text for Close buttonsPatrick H. Lauke1-7/+0
Since `aria-label` is used, it's not necessary anymore.
2015-09-28Use backticks/<code> for JS snippets in docs headings; closes #17192Chris Rebert1-4/+4
[skip sauce]
2015-09-02Update all usages of 'control-label' with 'form-control-label' in docsAndrew Smith1-2/+2
2015-08-29Use `https` when possible.XhmikosR1-2/+2
[ci skip]
2015-08-21modal.md - wrapped rows to a .container-fluid, added .bd-example-row for ↵petetnt1-20/+22
better visualization
2015-08-20Modal docs: Add MDN autofocus docs linkChris Rebert1-1/+1
2015-08-21Docs: various fixesHeinrich Fenkart1-1/+1
Mostly links. Fixes #17056.
2015-08-19Fixed couple of formatting errors in modal.mdPete Nykänen1-3/+3
One extra `</p>` was out of place, plus couple of issues with `'s which caused some odd formatting.
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-08-04Merge branch 'master' into v4mMark Otto1-22/+20
2015-06-18Merge branch 'master' into v4Mark Otto1-8/+8
2015-05-29add markdown toc stuffMark Otto1-0/+5
2015-04-16Redo all our callouts with the custom callout pluginMark Otto1-21/+29
- Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming
2015-04-16rename classes from .bs-docs and .bs to .bdMark Otto1-18/+18
2015-03-30move more js stuff to components sectionMark Otto1-0/+488