Allow sender selection on new posts.
[Sone.git] / src / main / resources / static / css / sone.css
index f39cfef..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 {
@@ -147,6 +152,10 @@ textarea {
        padding-left: 1ex;
 }
 
+#sone #update-status {
+       margin-bottom: 1em;
+}
+
 #sone #update-status label {
        display: none;
 }
@@ -163,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;
 }
@@ -471,7 +489,7 @@ textarea {
        display: none;
 }
 
-#sone .profile-field button.confirm {
+#sone .profile-field button.confirm.edit {
        font-weight: bold;
        color: #080;
 }
@@ -492,6 +510,7 @@ textarea {
 #sone .profile-field .edit-field-name, #sone .profile-field .move-up-field, #sone .profile-field .move-down-field, #sone .profile-field .delete-field-name {
        float: right;
        margin-top: -1ex;
+       position: relative;
 }
 
 #sone #tail {