Show the time of the last update.
[Sone.git] / src / main / resources / static / css / sone.css
index 26286b0..f198127 100644 (file)
@@ -13,7 +13,7 @@
 /* now for the real stuff. */
 
 #sone {
-       width: 50em;
+       width: 68em;
        margin: auto;
 }
 
@@ -27,7 +27,7 @@
        text-decoration: none;
 }
 
-#sone a:active {
+#sone a:active, #sone a:hover {
        color: rgb(255, 172, 0);
 }
 
        cursor: pointer;
 }
 
+#sone .post .show-reply-form:hover {
+       color: rgb(255, 172, 0);
+}
+
 #sone .post .show-reply-form:before {
        content: ' ‧ ';
 }
        display: none;
 }
 
+#sone #known-sones .profile-link {
+       display: inline;
+}
+
+#sone #known-sones .request-uri {
+       display: inline;
+}
+
+#sone #known-sones .last-update {
+       display: inline;
+}
+
+#sone #known-sones form.block button, #sone #known-sones form.unblock button {
+       display: inline;
+       color: rgb(28, 131, 191);
+       background: none;
+       border: none;
+       font: inherit;
+       padding: 0px;
+}
+
+#sone #known-sones form.block button:hover, #sone #known-sones form.unblock button:hover {
+       display: inline;
+       color: rgb(255, 172, 0);
+}
+
+#sone #known-sones form {
+       display: inline;
+}
+
 #sone h1 {
        font-family: inherit;
        font-size: 200%;