Allow sender selection on new posts.
[Sone.git] / src / main / resources / static / css / sone.css
index 255ab57..530b2e1 100644 (file)
@@ -35,6 +35,11 @@ textarea {
        margin: 0px;
 }
 
+#sone select {
+       color: #444;
+       padding: 0.5ex 1.5ex;
+}
+
 /* now for the real stuff. */
 
 #sone {
@@ -167,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;
 }