Move status update form to post feed page.
[Sone.git] / src / main / resources / static / css / sone.css
index 54cfb6e..323cb0e 100644 (file)
@@ -147,6 +147,10 @@ textarea {
        padding-left: 1ex;
 }
 
+#sone #update-status {
+       margin-bottom: 1em;
+}
+
 #sone #update-status label {
        display: none;
 }
@@ -256,6 +260,11 @@ textarea {
        margin: 0px;
 }
 
+#sone .post .delete button.confirm {
+       color: red;
+       font-weight: bold;
+}
+
 #sone .post .trust button {
        color: rgb(0, 128, 0);
 }