Commit c480510e by Kyle Fiedler

Added delete page and padding and hid th on overflow

parent 9ba2e234
...@@ -757,6 +757,7 @@ section.wiki { ...@@ -757,6 +757,7 @@ section.wiki {
th, td { th, td {
border-bottom: 1px solid $light-gray; border-bottom: 1px solid $light-gray;
padding: 8px; padding: 8px;
overflow: hidden;
} }
tr:nth-child(even) { tr:nth-child(even) {
...@@ -860,6 +861,10 @@ section.wiki { ...@@ -860,6 +861,10 @@ section.wiki {
} }
} }
section.delete {
padding: 40px;
}
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
{% trans "Back to editor" %} {% trans "Back to editor" %}
</a> </a>
</div> </div>
</div> </div>
</form> </form>
{% endblock %} {% 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