Skip to content

Instantly share code, notes, and snippets.

@techirsh
Created May 1, 2014 02:44

Revisions

  1. techirsh created this gist May 1, 2014.
    10 changes: 10 additions & 0 deletions Bootstrap Flat UI Search Form.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    <form id="searchthis" action="/search" style="display:inline;" method="get">
    <div class="form-group">
    <div class="input-group">
    <input autocomplete="on" class="form-control" name="q" title="search" placeholder="Search" id="search-query-3" />
    <span class="input-group-btn">
    <button type="submit" class="btn"><span class="fui-search"></span></button>
    </span>
    </div>
    </div>
    </form>