Fix throbber location on the builds list in the info tab

This commit is contained in:
Joseph Schorr 2015-03-18 12:11:40 -04:00
parent 00cdcfc803
commit ced7c0ab49
2 changed files with 5 additions and 1 deletions

View file

@ -60,4 +60,8 @@
display: block; display: block;
padding: 10px; padding: 10px;
text-align: center; text-align: center;
}
.repo-panel-info-element .builds-list {
min-height: 200px;
} }

View file

@ -32,7 +32,7 @@
</div> </div>
<!-- Builds --> <!-- Builds -->
<div class="col-sm-6"> <div class="col-sm-6 builds-list">
<div class="stat-title">Recent Repo Builds</div> <div class="stat-title">Recent Repo Builds</div>
<!-- Loading --> <!-- Loading -->