Commit 48ebbd6e authored by Michal Čihař's avatar Michal Čihař

Make legend less visible

parent 7967d833
......@@ -57,8 +57,8 @@
</tbody>
</table>
<p>
<div id="legend">
<div class="progress legend" value="100" fuzzy="0" checks="0"></div> - {% trans "Translated strings" %}
<div class="progress legend" value="0" fuzzy="0" checks="100"></div> - {% trans "Strings with any failing checks" %}
<div class="progress legend" value="0" fuzzy="100" checks="0"></div> - {% trans "Fuzzy strings" %}
</p>
</div>
......@@ -157,6 +157,11 @@ div.legend {
display: inline-block;
vertical-align: bottom;
}
#legend {
font-size: smaller;
color: #777;
margin: 0.5em;
}
div.progress .fuzzy {
background: #cc0000;
}
......
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