Don’t enlarge textareas.
[Sone.git] / src / main / resources / static / css / sone.css
index 6ff18c2..de12c18 100644 (file)
@@ -321,6 +321,10 @@ textarea {
        height: 1.5em;
 }
 
+#sone #create-sone textarea {
+       height: 1.5em;
+}
+
 #sone #add-sone button {
        position: absolute;
 }
@@ -336,7 +340,7 @@ textarea {
        font-weight: bold;
 }
 
-#sone input.status-input.default, #sone input.reply-input.default, #sone #add-sone input[name=request-uri].default {
+#sone input.default {
        color: #888;
 }