More cleaning, better UX

This commit is contained in:
Spitap
2022-08-31 21:23:40 +02:00
parent d0113dd2cc
commit 1da193f34b
3 changed files with 2 additions and 14 deletions

View File

@@ -15,14 +15,6 @@
.row{
margin: 3px;
}
.crossed{
text-decoration: line-through;
}
.tooltip {
position: relative;
display: inline-block;
}
.toolbtn {
border-radius: 7px;
}

View File

@@ -38,7 +38,7 @@
{% csrf_token %}
{% if invalid %}
<div class="alert alert-danger">
Sorry, The provided code is not valid.
Sorry, The provided code is not valid, or has already been used.
</div>
{% endif %}
{% if quota %}