Merge "Adjusting placement of alert action buttons"
This commit is contained in:
commit
81d6026750
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<div class="alert alert-block alert-info">
|
<div class="alert alert-block alert-info">
|
||||||
<p><strong>{% trans "Info: " %}</strong>{% trans "There are no instances running. Launch an instance from the Images Page." %}</p>
|
<p><strong>{% trans "Info: " %}</strong>{% trans "There are no instances running. Launch an instance from the Images Page." %}</p>
|
||||||
<div class="alert-actions">
|
<div class="alert-actions pull-right">
|
||||||
<a class="btn small primary" href='{% url horizon:nova:images_and_snapshots:index %}'>{% trans "Images Page" %}</a>
|
<a class="btn small primary" href='{% url horizon:nova:images_and_snapshots:index %}'>{% trans "Images Page" %}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -326,6 +326,11 @@ table form {
|
|||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert-block .alert-actions {
|
||||||
|
margin-top: -23px;
|
||||||
|
margin-right: -23px;
|
||||||
|
}
|
||||||
|
|
||||||
.modal > form,
|
.modal > form,
|
||||||
.alert-actions > form {
|
.alert-actions > form {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user