Small layout fixes.
[Sone.git] / src / main / resources / static / css / sone.css
index b2981df..42ec9e6 100644 (file)
@@ -110,9 +110,10 @@ textarea {
 #sone .post {
        padding: 1ex 0px;
        border-bottom: solid 1px #ccc;
+       clear: both;
 }
 
-#sone .post:last-child {
+#sone .post.last {
        padding: 1ex 0px;
        border-bottom: none;
 }
@@ -332,10 +333,46 @@ textarea {
        position: absolute;
 }
 
+#sone .navigation {
+       text-align: center;
+}
+
+#sone .navigation .first a, #sone .navigation .previous a, #sone .navigation .next a, #sone .navigation .last a, #sone .navigation .first span, #sone .navigation .previous span, #sone .navigation .next span, #sone .navigation .last span {
+       display: block;
+       height: 1.5em;
+       padding: 0.5ex;
+       width: 3em;
+       border: solid 1px #ccc;
+       background-color: #f0f0ff;
+       margin: 1ex 0;
+}
+
+#sone .navigation .first, #sone .navigation .previous {
+       float: left;
+}
+
+#sone .navigation .current-page, #sone .navigation .total-pages {
+       position: relative;
+       top: 0.5em;
+       margin-top: 0.5ex;
+       display: inline;
+}
+
+#sone .navigation .total-pages:before {
+       content: '/ ';
+}
+
+#sone .navigation .next, #sone .navigation .last {
+       float: right;
+}
+
 #sone h1 {
        font-family: inherit;
        font-size: 200%;
        font-weight: bold;
+       clear: both;
+       margin: 0;
+       margin-top: 1em;
 }
 
 #sone .error label {