Added delete page and padding and hid th on overflow

This commit is contained in:
Kyle Fiedler
2012-08-22 15:39:24 -04:00
parent 7464332180
commit f4f8b7bf73
2 changed files with 6 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -39,7 +39,7 @@
{% trans "Back to editor" %}
</a>
</div>
</div>
</div>
</form>
{% endblock %}