Attempt to fix styling issue http://i.imgur.com/owHv6sE.png

This commit is contained in:
Fredrick Brennan 2014-04-29 20:39:32 -04:00
parent 24753907eb
commit de524c64d9
3 changed files with 6 additions and 3 deletions

@ -1 +1 @@
Subproject commit 15bae4a9181ddb283c1cad0979c44cefd4f15a44
Subproject commit 2c272dffca0f3d7b7163bd82ba15629f54409278

View File

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

View File

@ -3,7 +3,7 @@
{% else %}
<div class="files">
{% for file in post.files %}
<div class="file">
<div class="file {% if post.num_files > 1 %}multifile{% endif %}" style="width:{{ file.thumbwidth + 40 }}px">
{% if file.file == 'deleted' %}
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
{% else %}