]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
upgrade tooltip/popover-in-groups callout from info to warning
authorChris Rebert <code@rebertia.com>
Wed, 15 Jan 2014 05:01:09 +0000 (21:01 -0800)
committerChris Rebert <code@rebertia.com>
Wed, 15 Jan 2014 05:01:09 +0000 (21:01 -0800)
docs/components.html
docs/javascript.html

index 4caa9e6f28f30c9990f6fe1aed285e4b55cef852..93d24238b1fe44240b175a313bd3d3e9ee36817c 100644 (file)
@@ -185,7 +185,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
     </div>
     <p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="../javascript/#buttons">our buttons plugin</a>.</p>
 
-    <div class="bs-callout bs-callout-info">
+    <div class="bs-callout bs-callout-warning">
       <h4>Tooltips &amp; popovers in button groups require special setting</h4>
       <p>When using tooltips or popovers on elements within a <code>.btn-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p>
     </div>
@@ -755,7 +755,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
       <h4>Cross-browser compatibility</h4>
       <p>Avoid using <code>&lt;select&gt;</code> elements here as they cannot be fully styled in WebKit browsers.</p>
     </div>
-    <div class="bs-callout bs-callout-info">
+    <div class="bs-callout bs-callout-warning">
       <h4>Tooltips &amp; popovers in input groups require special setting</h4>
       <p>When using tooltips or popovers on elements within an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p>
     </div>
index d7035d66129570a58a69048576f7497f945fa725..b568ff7a78b68d6350dc932b00ef5630caf1bfc3 100644 (file)
@@ -925,7 +925,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
       <h4>Opt-in functionality</h4>
       <p>For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning <strong>you must initialize them yourself</strong>.</p>
     </div>
-    <div class="bs-callout bs-callout-info">
+    <div class="bs-callout bs-callout-warning">
       <h4>Tooltips in button groups and input groups require special setting</h4>
       <p>When using tooltips on elements within a <code>.btn-group</code> or an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip is triggered).</p>
     </div>
@@ -1110,7 +1110,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
       <h4>Opt-in functionality</h4>
       <p>For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning <strong>you must initialize them yourself</strong>.</p>
     </div>
-    <div class="bs-callout bs-callout-info">
+    <div class="bs-callout bs-callout-warning">
       <h4>Popovers in button groups and input groups require special setting</h4>
       <p>When using popovers on elements within a <code>.btn-group</code> or an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the popover is triggered).</p>
     </div>