From 0f3a073b8dca534e78c09b71999d5a2632e2245d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 21:15:57 -0800 Subject: *really* refactor the buttons and update them all over the docs --- docs/base-css.html | 68 +++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 5df63b917..ddbbad174 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -832,11 +832,6 @@ For example, <code>section</code> should be wrapped as inline. .form-vertical (not required) Stacked, left-aligned labels over controls - - Horizontal - .form-horizontal - Float left, right-aligned labels on same line as controls - Inline .form-inline @@ -847,6 +842,11 @@ For example, <code>section</code> should be wrapped as inline. .form-search Extra-rounded text input for a typical search aesthetic + + Horizontal + .form-horizontal + Float left, right-aligned labels on same line as controls + @@ -955,7 +955,7 @@ For example, <code>section</code> should be wrapped as inline.
- +
@@ -1048,7 +1048,7 @@ For example, <code>section</code> should be wrapped as inline.
- +
@@ -1172,7 +1172,7 @@ For example, <code>section</code> should be wrapped as inline.
- +
@@ -1215,28 +1215,28 @@ For example, <code>section</code> should be wrapped as inline. Standard gray button with gradient - Primary - .primary + Primary + .btn-primary Provides extra visual weight and identifies the primary action in a set of buttons - Info - .info + Info + .btn-info Used as an alternate to the default styles - Success - .success + Success + .btn-success Indicates a successful or positive action - Warning - .warning + Warning + .btn-warning Indicates caution should be taken with this action - Danger - .danger + Danger + .btn-danger Indicates a dangerous or potentially negative action @@ -1261,24 +1261,24 @@ For example, <code>section</code> should be wrapped as inline.

Multiple sizes

Fancy larger or smaller buttons? Have at it!

- Primary action - Action + Primary action + Action

- Primary action - Action + Primary action + Action

Disabled state

-

For disabled buttons, use .disabled for links and :disabled for <button> elements.

+

For disabled buttons, use .btn-disabled for links and :disabled for <button> elements.

- Primary action - Action + Primary action + Action

- - + +

@@ -1491,8 +1491,8 @@ For example, <code>section</code> should be wrapped as inline.
- User - + User +

Refresh - Checkout - Delete + Checkout + Delete

- Comment - Settings - More Info + Comment + Settings + More Info

-- cgit v1.2.3