Add “mark as read” buttons to new post, reply, and Sone notifications.
[Sone.git] / src / main / resources / static / css / sone.css
index 54cfb6e..a83d3a1 100644 (file)
@@ -108,6 +108,10 @@ textarea {
        margin-left: 1ex;
 }
 
+#sone #notification-area .notification .mark-as-read {
+       float: right;
+}
+
 #sone #plugin-warning {
        border: solid 0.5em red;
        padding: 0.5em;
@@ -147,6 +151,10 @@ textarea {
        padding-left: 1ex;
 }
 
+#sone #update-status {
+       margin-bottom: 1em;
+}
+
 #sone #update-status label {
        display: none;
 }
@@ -256,6 +264,11 @@ textarea {
        margin: 0px;
 }
 
+#sone .post .delete button.confirm {
+       color: red;
+       font-weight: bold;
+}
+
 #sone .post .trust button {
        color: rgb(0, 128, 0);
 }