Skip to content

Commit

Permalink
better visual for info button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Costa committed Dec 12, 2014
1 parent 3265669 commit d39831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h1> Preencha as informações abaixo</h1>
<div class="form-group" id="final-date-container">
<div class="col-sm-offset-5 col-sm-6">
<button type="button" id="button" class="btn btn-success"> Enviar </button>
<button type="button" id="info_btn" class="btn btn-danger" data-container="body" data-toggle="popover" data-placement="right" data-content="" data-trigger="hover">
<button type="button" id="info_btn" class="btn btn-info btn-xs" data-container="body" data-toggle="popover" data-placement="right" data-content="" data-trigger="hover">
Info
</button>
</div>
Expand Down

0 comments on commit d39831b

Please sign in to comment.