From e8bcd8344a08accda3a58e4eb52cc490f050d3c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 31 May 2012 12:11:47 +0200 Subject: [PATCH] Clear before showing upload-image section. --- src/main/resources/static/css/sone.css | 4 ++++ src/main/resources/templates/imageBrowser.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 7754528..1767090 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -800,6 +800,10 @@ textarea { float: right; } +#sone .clear { + clear: both; +} + #sone h1 { font-family: inherit; font-size: 200%; diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 06e9ccc..7e62490 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -419,8 +419,8 @@ <%/foreach> <%if album.sone.local> - - + +
<%include include/uploadImage.html>
-- 2.7.4