Render notifications.
[Sone.git] / src / main / resources / static / css / sone.css
index ff56485..75a0bfd 100644 (file)
@@ -60,6 +60,10 @@ textarea {
        margin-bottom: 1ex;
 }
 
+#sone #notification-area .notification .dismiss {
+       float: right;
+}
+
 #sone #notification-area .notification > div {
        display: inline;
 }
@@ -287,15 +291,6 @@ textarea {
        content: ' ‧ ';
 }
 
-#sone .post .reply .status-line .delete {
-       float: none;
-       display: inline;
-}
-
-#sone .post .reply .status-line .delete:before {
-       content: ' · ';
-}
-
 #sone .post .create-reply {
        clear: both;
        background-color: #f0f0ff;