Merge branch 'mark-as-read' into next
[Sone.git] / src / main / resources / static / css / sone.css
index 530b2e1..c2cbdd1 100644 (file)
@@ -113,6 +113,10 @@ textarea {
        margin-left: 1ex;
 }
 
+#sone #notification-area .notification .mark-as-read {
+       float: right;
+}
+
 #sone #plugin-warning {
        border: solid 0.5em red;
        padding: 0.5em;
@@ -172,13 +176,13 @@ textarea {
        float: right;
 }
 
-#sone #update-status .select-sender {
+#sone #update-status .select-sender, #sone .create-reply .select-sender {
        display: none;
 }
 
 #sone #update-status .select-sender button {
        display: inline;
-       float: none;
+       float: left;
 }
 
 #sone .nice-name {
@@ -371,12 +375,12 @@ textarea {
 
 #sone .post .create-reply input[type=text] {
        margin-left: 0.5ex;
-       width: 44em;
+       width: 42em;
 }
 
 #sone .post .create-reply textarea {
        margin-left: 0.5ex;
-       width: 44em;
+       width: 42em;
        height: 4em;
 }
 
@@ -384,6 +388,11 @@ textarea {
        float: right;
 }
 
+#sone .create-reply .select-sender button {
+       display: inline;
+       float: left;
+}
+
 #sone .sone {
        clear: both;
        background-color: #f0f0ff;