Merge "Fix 'Manage Volume Attachments' -> 'Cancel' button appearance"
This commit is contained in:
commit
d3618ff46e
@ -4,7 +4,6 @@
|
|||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
{{ table.render }}
|
{{ table.render }}
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<form id="{% block form_id %}{{ form_id }}{% endblock %}"
|
<form id="{% block form_id %}{{ form_id }}{% endblock %}"
|
||||||
ng-controller="{% block ng_controller %}DummyController{% endblock %}"
|
ng-controller="{% block ng_controller %}DummyController{% endblock %}"
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
{% extends "horizon/common/_modal_form.html" %}
|
{% extends "horizon/common/_modal_form.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block form_class %}{{ block.super }} horizontal {% if show_attach %}split_half{% else %} no_split{% endif %}{% endblock %}
|
|
||||||
|
|
||||||
{% block modal-body %}
|
{% block modal-body %}
|
||||||
{% if show_attach %}
|
{% if show_attach %}
|
||||||
<h3>{% trans "Attach To Instance" %}</h3>
|
<h3>{% trans "Attach To Instance" %}</h3>
|
||||||
|
@ -53,11 +53,6 @@ dt {
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// See Project/Volume --> Manage Volume Attachments, weird
|
|
||||||
.no_split {
|
|
||||||
margin-top: -60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Styling for inline object creation buttons */
|
/* Styling for inline object creation buttons */
|
||||||
.btn-inline {
|
.btn-inline {
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
|
Loading…
Reference in New Issue
Block a user