mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 07:50:23 +01:00
Attempt to fix styling issue http://i.imgur.com/owHv6sE.png
This commit is contained in:
parent
b9359a010c
commit
a781ceb041
@ -1 +1 @@
|
|||||||
Subproject commit 15bae4a9181ddb283c1cad0979c44cefd4f15a44
|
Subproject commit 2c272dffca0f3d7b7163bd82ba15629f54409278
|
@ -111,11 +111,14 @@ form table tr td div label {
|
|||||||
}
|
}
|
||||||
.file {
|
.file {
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
.multifile {
|
||||||
|
border: 2px dashed #B7C5D9;
|
||||||
}
|
}
|
||||||
p.fileinfo {
|
p.fileinfo {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-right: 7em;
|
|
||||||
}
|
}
|
||||||
div.banner {
|
div.banner {
|
||||||
background-color: #E04000;
|
background-color: #E04000;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<div class="files">
|
<div class="files">
|
||||||
{% for file in post.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' %}
|
{% if file.file == 'deleted' %}
|
||||||
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
|
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user