Use JavaScript to improve the UI.
[Sone.git] / src / main / resources / static / css / sone.css
index 137b9ab..4b9928d 100644 (file)
@@ -5,3 +5,21 @@
        font-size: 200%;
        font-weight: bold;
 }
+
+#sone .error label {
+       color: red;
+       font-weight: bold;
+}
+
+#sone .post .author {
+       display: inline;
+       font-weight: bold;
+}
+
+#sone .post .text {
+       display: inline;
+}
+
+#sone input.createpost.default {
+       color: #888;
+}