diff --git a/js/wPaint b/js/wPaint index 15bae4a9..2c272dff 160000 --- a/js/wPaint +++ b/js/wPaint @@ -1 +1 @@ -Subproject commit 15bae4a9181ddb283c1cad0979c44cefd4f15a44 +Subproject commit 2c272dffca0f3d7b7163bd82ba15629f54409278 diff --git a/stylesheets/style.css b/stylesheets/style.css index ea575e55..6620c368 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -111,11 +111,14 @@ form table tr td div label { } .file { float: left; + margin-right: 2px; +} +.multifile { + border: 2px dashed #B7C5D9; } p.fileinfo { display: block; margin: 0; - padding-right: 7em; } div.banner { background-color: #E04000; diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index 2136169b..add7fd0c 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -3,7 +3,7 @@ {% else %}
{% for file in post.files %} -
+
{% if file.file == 'deleted' %} {% else %}