From: David ‘Bombe’ Roden Date: Fri, 22 Oct 2010 10:08:59 +0000 (+0200) Subject: Small layout fixes. X-Git-Tag: 0.1-RC1~88 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=76cb151a17df12a01224a41ec798b93a491df81a Small layout fixes. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index b2c5ff0..42ec9e6 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -344,6 +344,7 @@ textarea { width: 3em; border: solid 1px #ccc; background-color: #f0f0ff; + margin: 1ex 0; } #sone .navigation .first, #sone .navigation .previous { @@ -351,6 +352,8 @@ textarea { } #sone .navigation .current-page, #sone .navigation .total-pages { + position: relative; + top: 0.5em; margin-top: 0.5ex; display: inline; } @@ -367,6 +370,9 @@ textarea { font-family: inherit; font-size: 200%; font-weight: bold; + clear: both; + margin: 0; + margin-top: 1em; } #sone .error label {