Commit c480510e by Kyle Fiedler

Added delete page and padding and hid th on overflow

parent 9ba2e234
......@@ -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 %}
......
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