From 76cb151a17df12a01224a41ec798b93a491df81a Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 22 Oct 2010 12:08:59 +0200 Subject: [PATCH] Small layout fixes. --- src/main/resources/static/css/sone.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 { -- 2.7.4