From 02f1514c70df99a58300f30c481423219a947f9a Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 21 May 2014 09:05:35 +0200 Subject: [PATCH] fix single file metadata display in multifile; fixes #611 --- stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 6620c368..58e3f4ba 100644 --- a/stylesheets/style.css +++ b/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;