Allow sender selection on new posts.
[Sone.git] / src / main / resources / static / css / sone.css
index 4c855a2..530b2e1 100644 (file)
@@ -38,7 +38,6 @@ textarea {
 #sone select {
        color: #444;
        padding: 0.5ex 1.5ex;
-       width: 45em;
 }
 
 /* now for the real stuff. */
@@ -173,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;
 }