Add star for bookmarks in post view.
[Sone.git] / src / main / resources / static / css / sone.css
index 255ab57..f5250e3 100644 (file)
@@ -35,6 +35,11 @@ textarea {
        margin: 0px;
 }
 
+#sone select {
+       color: #444;
+       padding: 0.5ex 1.5ex;
+}
+
 /* now for the real stuff. */
 
 #sone {
@@ -100,6 +105,10 @@ textarea {
        min-height: 3.5ex;
 }
 
+#sone #notification-area .notification button {
+       margin-left: 1ex;
+}
+
 #sone #notification-area .notification .dismiss {
        float: right;
 }
@@ -108,6 +117,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;
@@ -151,7 +164,7 @@ textarea {
        margin-bottom: 1em;
 }
 
-#sone #update-status label {
+#sone #update-status label, #sone #post-message label {
        display: none;
 }
 
@@ -167,6 +180,15 @@ textarea {
        float: right;
 }
 
+#sone #update-status .select-sender, #sone .create-reply .select-sender, #sone #post-message .select-sender {
+       display: none;
+}
+
+#sone #update-status .select-sender button, #sone #post-message .select-sender button {
+       display: inline;
+       float: left;
+}
+
 #sone .nice-name {
        font-weight: bold;
 }
@@ -232,6 +254,11 @@ textarea {
        color: rgb(28, 131, 191);
 }
 
+#sone .post .bookmarks, #sone .post .bookmarked, #sone .post .not-bookmarked {
+       display: inline;
+       color: rgb(28, 131, 191);
+}
+
 #sone .post .time {
        display: inline;
        color: #666;
@@ -357,12 +384,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;
 }
 
@@ -370,6 +397,11 @@ textarea {
        float: right;
 }
 
+#sone .create-reply .select-sender button, #sone #post-message .select-sender button {
+       display: inline;
+       float: left;
+}
+
 #sone .sone {
        clear: both;
        background-color: #f0f0ff;