0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #16504 from kkirsche/patch-8

Clarify the bs-callout on multiple open modals
This commit is contained in:
Chris Rebert 2015-05-26 15:15:15 -07:00
commit 3487898a6a

View File

@ -3,7 +3,7 @@
<p>Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.</p> <p>Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.</p>
<div class="bs-callout bs-callout-warning" id="callout-stacked-modals"> <div class="bs-callout bs-callout-warning" id="callout-stacked-modals">
<h4>Overlapping modals not supported</h4> <h4>Multiple open modals not supported</h4>
<p>Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.</p> <p>Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.</p>
</div> </div>
<div class="bs-callout bs-callout-warning" id="callout-modal-markup-placement"> <div class="bs-callout bs-callout-warning" id="callout-modal-markup-placement">