Allow sender selection on new posts.
[Sone.git] / src / main / resources / static / css / sone.css
index 5b1d486..530b2e1 100644 (file)
@@ -172,6 +172,15 @@ textarea {
        float: right;
 }
 
+#sone #update-status .select-sender {
+       display: none;
+}
+
+#sone #update-status .select-sender button {
+       display: inline;
+       float: none;
+}
+
 #sone .nice-name {
        font-weight: bold;
 }