Merge "Adjusting placement of alert action buttons"

This commit is contained in:
Jenkins 2012-02-02 22:22:38 +00:00 committed by Gerrit Code Review
commit 81d6026750
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;