Commit 0364e338 authored by delanoe's avatar delanoe

[CSS] removing bullets, not needed and takes to much space.

parent befdaa29
...@@ -71,16 +71,13 @@ ...@@ -71,16 +71,13 @@
<div class="container"> <div class="container">
{% if list_corpora %} {% if list_corpora %}
<ul>
{% for key, corpora in list_corpora.items %} {% for key, corpora in list_corpora.items %}
<li>
<h2> <h2>
<span class="glyphicon glyphicon-cd" aria-hidden="true"></span> <span class="glyphicon glyphicon-cd" aria-hidden="true"></span>
{{ key }} {{ key }}
</h2> </h2>
<ul>
{% for corpus in corpora %} {% for corpus in corpora %}
<li id="corpus_{{corpus.id}}"> <div id="corpus_{{corpus.id}}">
{% ifequal corpus.processing 1 %} {% ifequal corpus.processing 1 %}
{{corpus.name}}: {{corpus.name}}:
<img width="20px" src="{% static "js/libs/img2/loading-bar.gif" %}"> <img width="20px" src="{% static "js/libs/img2/loading-bar.gif" %}">
...@@ -169,12 +166,9 @@ ...@@ -169,12 +166,9 @@
</p> </p>
</li> </div>
{% endfor %} {% endfor %}
</ul>
</li>
{% endfor %} {% endfor %}
</ul>
{% endif %} {% endif %}
{% if list_corporax %} {% if list_corporax %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment