Browse Source

fix single file metadata display in multifile; fixes #611

pull/40/head
czaks 10 years ago
parent
commit
02f1514c70
  1. 6
      stylesheets/style.css

6
stylesheets/style.css

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

Loading…
Cancel
Save