Layout and styling tweaks

Change-Id: Iad2b2f1c90bd41ebaa968bb1ce23598c68ade02f
This commit is contained in:
Jiri Tomasek 2014-10-02 13:04:11 +00:00
parent f0b734e8de
commit 0d641523e8
3 changed files with 6 additions and 5 deletions

View File

@ -7,8 +7,8 @@
{% endblock page_header %}
{% block main %}
<div class="row-fluid">
<div class="span12">
<div class="row">
<div class="col-xs-12">
<div class="no-table-title"> {% comment %}This will likely move to the tables Meta in the future{% endcomment %}
{{ table.render }}
</div>

View File

@ -7,8 +7,8 @@
{% endblock page_header %}
{% block main %}
<div class="row-fluid">
<div class="span12">
<div class="row">
<div class="col-xs-12">
<div class="no-table-title"> {% comment %}This will likely move to the tables Meta in the future{% endcomment %}
{{ table.render }}
</div>

View File

@ -152,8 +152,9 @@ $link-color: #428bca;
font-size: 32px;
vertical-align: top;
float: left;
margin: 0 4px 0 0;
background: #fff;
width: 36px;
text-align: center;
}
.deployment-box {