Remove icon on 'Send me my polls' button + Make it btn-success

This commit is contained in:
Olivier PEREZ 2015-05-24 23:43:44 +02:00
parent f21892dc26
commit 67d0516161

View File

@ -15,10 +15,7 @@
</div>
</div>
<div class="col-md-6 col-md-offset-3 text-center">
<button type="submit" class="btn btn-warning btn-lg">
<span class="glyphicon glyphicon-search"></span>
{__('FindPolls', 'Send me my polls')}
</button>
<button type="submit" class="btn btn-success">{__('FindPolls', 'Send me my polls')}</button>
</div>
</div>
</form>