From 2ba15c375067aa23e6876caba1bc5a2313ca793b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 14 Jan 2014 21:01:09 -0800 Subject: upgrade tooltip/popover-in-groups callout from info to warning --- docs/components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 4caa9e6f2..93d24238b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -185,7 +185,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with our buttons plugin.

-
+

Tooltips & popovers in button groups require special setting

When using tooltips or popovers on elements within a .btn-group, you'll have to specify the option container: 'body' to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).

@@ -755,7 +755,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Cross-browser compatibility

Avoid using <select> elements here as they cannot be fully styled in WebKit browsers.

-
+

Tooltips & popovers in input groups require special setting

When using tooltips or popovers on elements within an .input-group, you'll have to specify the option container: 'body' to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).

-- cgit v1.2.3 From 811639c4528d9b6f96f4800a807cf8769fa765fc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 14 Jan 2014 21:02:06 -0800 Subject: downgrade
-
+

Always add labels

Screen readers will have trouble with your forms if you don't include a label for every input. For these inline navbar forms, you can hide the labels using the .sr-only class.

-- cgit v1.2.3 From 76e226b136c27e164a9864ad7690d0705a2906fb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 14 Jan 2014 21:02:56 -0800 Subject: upgrade form-group + input-group callout from info to warning --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index c96219834..a400d216d 100644 --- a/docs/components.html +++ b/docs/components.html @@ -759,7 +759,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Tooltips & popovers in input groups require special setting

When using tooltips or popovers on elements within an .input-group, you'll have to specify the option container: 'body' to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).

-
+

Don't mix with other components

Do not mix form group or grid column classes directly with input groups.

-- cgit v1.2.3