Merge "Fix 'Manage Volume Attachments' -> 'Cancel' button appearance"
This commit is contained in:
commit
d3618ff46e
@ -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