Add flattr button to page tail.
[Sone.git] / src / main / resources / static / css / sone.css
index 5f43ae3..c23047e 100644 (file)
@@ -204,6 +204,13 @@ textarea {
        padding-top: 0.2ex;
 }
 
+#sone .post .replies .click-to-show {
+       background-color: #f0f0ff;
+       font-size: 85%;
+       padding: 0.5em;
+       cursor: pointer;
+}
+
 #sone .post .reply > .avatar {
        position: absolute;
 }
@@ -289,6 +296,10 @@ textarea {
        background-color: #f0fff0;
 }
 
+#sone .sone.new {
+       background-color: #ffffa0;
+}
+
 #sone .sone .id {
        display: none;
 }
@@ -372,16 +383,12 @@ 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;
 }
 
-#sone #import-key .import-key {
-       border-top: none;
-}
-
 #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea {
        height: 1.5em;
 }