Merge "Fix 'Manage Volume Attachments' -> 'Cancel' button appearance"

This commit is contained in:
Jenkins 2016-03-16 08:05:07 +00:00 committed by Gerrit Code Review
commit d3618ff46e
3 changed files with 0 additions and 8 deletions

View File

@ -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 %}"

View File

@ -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>

View File

@ -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;