Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 19, 2012 15:56
Show Gist options
  • Save smileyj68/2954957 to your computer and use it in GitHub Desktop.
Save smileyj68/2954957 to your computer and use it in GitHub Desktop.
Foundation 3 Form Postfix String
<label>Input with a prefix character</label>
<div class="row">
<div class="five columns">
<div class="row collapse">
<div class="eight mobile-three columns">
<input type="text" />
</div>
<div class="four mobile-one columns">
<a href="#" class="postfix button">Search</a>
</div>
</div>
</div>
</div>
@cookielessdomain
Copy link

Should be input with a postfix label

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment