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/templates/pages/base-css.mustache | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index ecf0100d3..e6970fbc7 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -623,6 +623,12 @@ {{_i}}Indicates a dangerous or potentially negative action.{{/i}} + + + .warning + + {{_i}}Indicates a warning that might need attention.{{/i}} + .info @@ -654,12 +660,18 @@ 02/04/2012 Declined - + 3 TB - Monthly 03/04/2012 Pending + + 4 + TB - Monthly + 04/04/2012 + Call in to confirm + {{! /example }} -- 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/templates/pages/base-css.mustache | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e6970fbc7..7d2fd8d55 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1304,7 +1304,7 @@

{{_i}}Validation states{{/i}}

-

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

+

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

@@ -1321,6 +1321,13 @@ {{_i}}Please correct the error{{/i}}
+
+ +
+ + {{_i}}Username is taken{{/i}} +
+
-- cgit v1.2.3