Added delete page and padding and hid th on overflow
This commit is contained in:
@@ -757,6 +757,7 @@ section.wiki {
|
||||
th, td {
|
||||
border-bottom: 1px solid $light-gray;
|
||||
padding: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
@@ -860,6 +861,10 @@ section.wiki {
|
||||
}
|
||||
}
|
||||
|
||||
section.delete {
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
{% trans "Back to editor" %}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user