Fix 'Manage Volume Attachments' -> 'Cancel' button appearance
Remove <hr> from horizon/common/_modal_form.html since the particular form obviously looks better without it (and related styles), it's unlikely that anyone will miss it. Change-Id: I952c7da46adda61ae1019e37b13b41e5ea9352dc Closes-Bug: #1527610
This commit is contained in:
parent
2e793aa2dd
commit
566596e093
@ -4,7 +4,6 @@
|
||||
<div class="modal-body">
|
||||
{{ table.render }}
|
||||
</div>
|
||||
<hr>
|
||||
{% endif %}
|
||||
<form id="{% block form_id %}{{ form_id }}{% endblock %}"
|
||||
ng-controller="{% block ng_controller %}DummyController{% endblock %}"
|
||||
|
@ -1,8 +1,6 @@
|
||||
{% extends "horizon/common/_modal_form.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block form_class %}{{ block.super }} horizontal {% if show_attach %}split_half{% else %} no_split{% endif %}{% endblock %}
|
||||
|
||||
{% block modal-body %}
|
||||
{% if show_attach %}
|
||||
<h3>{% trans "Attach To Instance" %}</h3>
|
||||
|
@ -53,11 +53,6 @@ dt {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
// See Project/Volume --> Manage Volume Attachments, weird
|
||||
.no_split {
|
||||
margin-top: -60px;
|
||||
}
|
||||
|
||||
/* Styling for inline object creation buttons */
|
||||
.btn-inline {
|
||||
margin-bottom: 9px;
|
||||
|
Loading…
Reference in New Issue
Block a user