Skip to content
Snippets Groups Projects
Commit 67d05161 authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

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

parent f21892dc
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment