Add flattr button to page tail.
[Sone.git] / src / main / resources / static / css / sone.css
index 74f9c93..c23047e 100644 (file)
@@ -296,6 +296,10 @@ textarea {
        background-color: #f0fff0;
 }
 
+#sone .sone.new {
+       background-color: #ffffa0;
+}
+
 #sone .sone .id {
        display: none;
 }
@@ -379,7 +383,7 @@ textarea {
 #sone #tail {
        margin-top: 1em;
        border-top: solid 1px #ccc;
-       padding-top: 1em;
+       padding-top: 2em;
        text-align: center;
        font-size: 75%;
        color: #888;