aboutsummaryrefslogtreecommitdiff
path: root/html/repo_query.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/repo_query.html')
-rw-r--r--html/repo_query.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/html/repo_query.html b/html/repo_query.html
index b9c9269..67158cc 100644
--- a/html/repo_query.html
+++ b/html/repo_query.html
@@ -61,6 +61,10 @@
background-color: #f0f0f0;
}
+ .repo_query_info_div {
+ margin: 0.5em;
+ }
+
.repo_query_result_li {
margin: 0;
padding: 0.2em;
@@ -134,7 +138,9 @@
</span>
</div>
<div data-template="list_container" class="hide repo_query_results_list">
- <span data-template="info_span">Querying repository...</span>
+ <div data-template="info_div" class="repo_query_info_div">
+ Querying repository...
+ </div>
<ul data-template="results_list" class="hide"></ul>
</div>
</li>