Adjusting placement of alert action buttons
* Fixes bug 923269 Change-Id: Icb71b93decbc2fccf2ad24cfccb417f66c97e01d
This commit is contained in:
parent
8cab45bc4d
commit
1a9ee2ffe6
@ -2,7 +2,7 @@
|
||||
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -326,6 +326,11 @@ table form {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.alert-block .alert-actions {
|
||||
margin-top: -23px;
|
||||
margin-right: -23px;
|
||||
}
|
||||
|
||||
.modal > form,
|
||||
.alert-actions > form {
|
||||
margin-bottom: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user