X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=42ec9e63175eee0f44760a3a4af79b0f8fa384a5;hb=76cb151a17df12a01224a41ec798b93a491df81a;hp=b2c5ff0b548de51f42eb4bdaa3dfa276a4f284c2;hpb=de7c3685704a313785e42e949b133ccdb373e63d;p=Sone.git 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 {