fix single file metadata display in multifile; fixes #611

This commit is contained in:
czaks 2014-05-21 09:05:35 +02:00
parent 696e5e59d2
commit 02f1514c70

View File

@ -116,6 +116,12 @@ form table tr td div label {
.multifile { .multifile {
border: 2px dashed #B7C5D9; border: 2px dashed #B7C5D9;
} }
.file:not(.multifile) .post-image {
float: left;
}
.file:not(.multifile) {
float: none;
}
p.fileinfo { p.fileinfo {
display: block; display: block;
margin: 0; margin: 0;