Commit 30b724f0 authored by Michal Čihař's avatar Michal Čihař

Compact user stats

parent 9c99f264
......@@ -54,6 +54,7 @@
<h2>{% trans "Users" %}</h2>
<div class="floatbox">
<h3>{% trans "Best translators" %}</h3>
<table>
......@@ -71,7 +72,9 @@
{% endfor %}
</tbody>
</table>
</div>
<div class="floatbox">
<h3>{% trans "Best suggestions" %}</h3>
<table>
......@@ -89,6 +92,9 @@
{% endfor %}
</tbody>
</table>
</div>
<div class="clearer"></div>
<h2>{% trans "Languages" %}</h2>
......
......@@ -106,3 +106,10 @@ span.pluraltxt,label.plural {
font-size: smaller;
font-style: italic;
}
div.floatbox {
float: left;
margin-right: 1em;
}
div.clearer {
clear: both;
}
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