Adjusting placement of alert action buttons

* Fixes bug 923269

Change-Id: Icb71b93decbc2fccf2ad24cfccb417f66c97e01d
This commit is contained in:
jakedahn 2012-02-02 11:46:30 -08:00
parent 8cab45bc4d
commit 1a9ee2ffe6
2 changed files with 6 additions and 1 deletions

View File

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

View File

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