fix single file metadata display in multifile; fixes #611
This commit is contained in:
parent
696e5e59d2
commit
02f1514c70
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user