I'm trying to put a button inside the title of a panel of twitter bootstrap 3, however this button is not aligned centrally vertical panel .
Code:
<divclass="panel panel-default">
<div class="panel-heading">
Fórum
<div class="pull-right"><button class="btn">Criar tópico</button> </div>
</div>
<div class="panel-body">
</div>
</div>