From a2a10ae4211f0cdba5fe54417d267e3ba3b63705 Mon Sep 17 00:00:00 2001 From: Burak Tuyan Date: Sat, 28 Jan 2012 02:13:53 +0200 Subject: Adding new examples to the icons' docs. - Button with dropdown menu. - Small info button. - Text alignment for navigation with no icon. - Text input form with prepended icon - Select input form with prepended icon --- docs/templates/pages/base-css.mustache | 73 ++++++++++++++++++++++++++-------- 1 file changed, 56 insertions(+), 17 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index f6504a249..92c925b37 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1417,50 +1417,89 @@

{{_i}}Icons are great, but where would one use them? Here are a few ideas:{{/i}}

-

{{_i}}Essentially, anywhere you can put an <i> tag, you can put an icon.{{/i}}

+

{{_i}}Essentially, anywhere you can put an <i> tag, you can put an icon. And if you need to position the text with no icon before it (where other items have an icon; see the navigation example below) simply use .icon class with no other classes:{{/i}}

+
+<i class="icon"></i>
+

{{_i}}Examples{{/i}}

-
-

{{_i}}Use them in buttons, or in button groups for a toolbar style presentation.{{/i}}

-

- {{_i}}Refresh{{/i}} - {{_i}}Checkout{{/i}} - {{_i}}Delete{{/i}} -

+ -
-

{{_i}}Or, use them in navigation.{{/i}}

+ +
+
+

{{_i}}Use them with prepended forms.{{_i}}

+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+
\ No newline at end of file -- cgit v1.2.3