Skip to content

Instantly share code, notes, and snippets.

@tilomitra
Created March 5, 2013 17:05
Show Gist options
  • Save tilomitra/5091883 to your computer and use it in GitHub Desktop.
Save tilomitra/5091883 to your computer and use it in GitHub Desktop.
<div class="yui3-input-prepend">
<button type="submit" class="yui3-button yui3-input-small">Search</button>
<input class="yui3-input-medium" type="text" placeholder="Length of road">
</div>
<div class="yui3-input-append">
<input class="yui3-input-medium" type="text" placeholder="Length of road">
<button type="submit" class="yui3-button yui3-input-small notice">Sign in</button>
</div>
<div class="yui3-input-append">
<input class="yui3-input-medium" type="text" placeholder="Length of road">
<button type="submit" class="yui3-button yui3-input-small">Search</button>
<button type="submit" class="yui3-button yui3-input-small">Reset</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment