Add a notification area.
[Sone.git] / src / main / resources / static / css / sone.css
index 9e33575..5f3e938 100644 (file)
@@ -49,6 +49,10 @@ textarea {
        color: rgb(255, 172, 0);
 }
 
+#sone #notification-area {
+       margin-bottom: 1em;
+}
+
 #sone #plugin-warning {
        border: solid 0.5em red;
        padding: 0.5em;
@@ -216,6 +220,10 @@ textarea {
        cursor: pointer;
 }
 
+#sone .post .replies .click-to-show.new {
+       background-color: #ffffa0;
+}
+
 #sone .post .reply > .avatar {
        position: absolute;
 }