Skip to content

Instantly share code, notes, and snippets.

@Felipe00
Created October 15, 2015 18:54
Show Gist options
  • Save Felipe00/c4c2bd2160bc00b6d550 to your computer and use it in GitHub Desktop.
Save Felipe00/c4c2bd2160bc00b6d550 to your computer and use it in GitHub Desktop.
align button problem
<div class="card">
<div class="col s12">
<div class="row">
<!-- like <form> tag -->
@form(routes.MainUserController.findUserByName(), 'class -> "container") {
<div class="input-field col s8">
<input type="text" id="name" name="name" required placeholder="Pesquise um cliente" value="@userForm.apply(" name").value" />
</div>
<div class="col s4">
<button class="btn waves-effect waves-light" type="submit"
name="action">
Buscar<i class="material-icons right">send</i>
</button>
</div>
}
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment