From: David ‘Bombe’ Roden Date: Thu, 31 May 2012 10:11:47 +0000 (+0200) Subject: Clear before showing upload-image section. X-Git-Tag: 0.8.2^2~6 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=e8bcd8344a08accda3a58e4eb52cc490f050d3c4 Clear before showing upload-image section. --- 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>