Created
September 25, 2012 03:57
-
-
Save swallentin/3779899 to your computer and use it in GitHub Desktop.
Bootstrap: Search form with toggles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fdafasdfsadf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="span2"> | |
<div class="btn-group pull-right" data-toggle="buttons-radio"> | |
<button class="btn active">All</button> | |
<button class="btn">Starred</button> | |
</div> | |
</div> | |
<div class="span4"> | |
<form class="form-search"> | |
<div class="input-append"> | |
<input type="text" class="span2"> | |
<button type="submit" class="btn">Search</button> | |
</div> | |
</form> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment