fixed the cancel button look in migrate host

In migrate host form the cancel button looks odd
when compare to other cancel buttons.

This patch making the cancel button looks uniform with others.

Change-Id: I587fa271406fdb9b2f556d84326574a3502dfa21
Closes-Bug: #1474782
This commit is contained in:
Masco Kaliyamoorthy 2015-07-15 16:14:49 +05:30
parent 279f0f13a4
commit 4f16e12094

View File

@ -20,5 +20,5 @@
{% block modal-footer %}
<input class="btn btn-primary pull-right" type="submit" value="{% trans "Migrate Host" %}" />
<a href="{% url 'horizon:admin:hypervisors:index' %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
<a href="{% url 'horizon:admin:hypervisors:index' %}" class="btn btn-default cancel close">{% trans "Cancel" %}</a>
{% endblock %}