ticket selector: add preview loading icon

This commit is contained in:
Felix Niklas 2015-09-30 14:22:43 +02:00
parent 7f37511ba6
commit fbd8a0c8f4
2 changed files with 18 additions and 1 deletions

View file

@ -58,7 +58,13 @@
</div> </div>
</div> </div>
<div class="filter-preview"> <div class="filter-preview">
<h3>Preview <span class="subtitle"><span class="u-highlight">5</span> matches</span></h3> <h3>
Preview
<span class="subtitle hide">
<span class="u-highlight">5</span> matches
</span>
<span class="tiny loading icon" style="margin-left: 3px;"></span>
</h3>
<table class="table table-hover"> <table class="table table-hover">
<thead> <thead>
<tr> <tr>

View file

@ -6494,6 +6494,17 @@ output {
} }
} }
.loading-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 133px;
.loading-text {
margin-left: 10px;
}
}
/* /*
---------------- ----------------