Make input text fields and textareas smaller.
[Sone.git] / src / main / resources / static / css / sone.css
index 22e411b..9250410 100644 (file)
@@ -270,12 +270,12 @@ textarea {
 
 #sone .post .create-reply input[type=text] {
        margin-left: 0.5ex;
-       width: 50em;
+       width: 45em;
 }
 
 #sone .post .create-reply textarea {
        margin-left: 0.5ex;
-       width: 50em;
+       width: 45em;
        height: 4em;
 }