From 361889def92af209c8d3315c4d1152fb9fc4bc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Cederstro=CC=88m?= Date: Wed, 22 Aug 2012 11:20:31 +0200 Subject: Add .warning to table rows --- docs/base-css.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index fa9dd4b93..9874bcfbb 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -686,6 +686,12 @@ For example, <code><section></code> should be wrapped as inlin Indicates a dangerous or potentially negative action. + + + .warning + + Indicates a warning that might need attention. + .info @@ -717,12 +723,18 @@ For example, <code><section></code> should be wrapped as inlin 02/04/2012 Declined - + 3 TB - Monthly 03/04/2012 Pending + + 4 + TB - Monthly + 04/04/2012 + Call in to confirm + -- cgit v1.2.3 From a9764c34a7ece4213d50a8e0714ebd001daac529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Cederstro=CC=88m?= Date: Wed, 22 Aug 2012 11:24:02 +0200 Subject: Add info state to form validation --- docs/base-css.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 9874bcfbb..576a5cfb1 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1367,7 +1367,7 @@ For example, <code><section></code> should be wrapped as inlin

Validation states

-

Bootstrap includes validation styles for error, warning, and success messages. To use, add the appropriate class to the surrounding .control-group.

+

Bootstrap includes validation styles for error, warning, info, and success messages. To use, add the appropriate class to the surrounding .control-group.

@@ -1384,6 +1384,13 @@ For example, <code><section></code> should be wrapped as inlin Please correct the error
+
+ +
+ + Username is taken +
+
-- cgit v1.2.3