From 5d8e78e0faedb4365216f1ebbc5d70dc560f3f6e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 10 Jul 2012 00:32:04 -0700 Subject: fixes #3605: add support for input-prepend/-append to .form-search --- docs/base-css.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 175825c71..75296003b 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -752,6 +752,7 @@ For example, <code>section</code> should be wrapped as inline.

Default styles

Individual form controls receive styling, but without any required base class on the <form> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.

+ Legend

Example block-level help text here.

@@ -822,6 +823,7 @@ For example, <code>section</code> should be wrapped as inline.
  • Wrap any associated controls in .controls for proper alignment
  • + Legend
    @@ -1059,6 +1061,24 @@ For example, <code>section</code> should be wrapped as inline. <div class="input-append"> <input class="span2" id="appendedInputButtons" size="16" type="text"><button class="btn" type="button">Search</button><button class="btn" type="button">Options</button> </div> + + +

    Search form

    + +
    + + +
    +
    + + +
    + +
    +<form class="form-search">
    +  <input type="text" class="span2 search-query">
    +  <button type="submit" class="btn">Search</button>
    +</form>
     

    Control sizing

    -- cgit v1.2.3