From b4125748b0d0e12a7855350ee3d9089e0a2f93e7 Mon Sep 17 00:00:00 2001 From: "Gavin Cooper (work)" Date: Wed, 4 Jul 2012 12:22:34 +0100 Subject: added ability to give rows in tables status classes .success .error and .info. --- docs/templates/pages/base-css.mustache | 80 ++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 9b79c3d9c..101683a13 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -581,6 +581,85 @@
+

{{_i}}Optional row classes{{/i}}

+

{{_i}}Included with Bootstrap is the ability to colourize rows.{{/i}}

+ + + + + + + + + + + + + + + + + + + + + + + + + +
{{_i}}Class{{/i}}{{_i}}Description{{/i}}
+ .success + {{_i}}Indicates a successful or positive action.{{/i}}
+ .error + {{_i}}Indicates a dangerous or potentially negative action.{{/i}}
+ .info + {{_i}}Used as an alternative to the default styles.{{/i}}
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#{{_i}}Product{{/i}}{{_i}}Payment Taken{{/i}}{{_i}}Status{{/i}}
1TB - Monthly01/04/2012Approved
2TB - Monthly02/04/2012Declined
3TB - Monthly03/04/2012Pending
+
{{! /example }} +
+<tr class="success">
+  <td>1</td>
+  <td>TB - Monthly</td>
+  <td>01/04/2012</td>
+  <td>Approved</td>
+</tr>
+
+ + +
+ +

{{_i}}Supported table markup{{/i}}

{{_i}}List of supported table HTML elements and how they should be used.{{/i}}

@@ -671,6 +750,7 @@ </table> + -- cgit v1.2.3