Display trust values a bit more concise.
[Sone.git] / src / main / resources / static / css / sone.css
index c978cf2..ec5d1c0 100644 (file)
@@ -181,6 +181,19 @@ textarea {
        min-height: 48px;
 }
 
+#sone .trust {
+       font-size: 85%;
+       text-align: center;
+}
+
+#sone .trust .explicit {
+       color: rgb(0, 128, 0);
+}
+
+#sone .trust .implicit {
+       color: rgb(128, 128, 128);
+}
+
 #sone .post .author, #sone .post .recipient {
        display: inline;
        font-weight: bold;