Don’t enlarge textareas.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 08:59:32 +0000 (10:59 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 08:59:32 +0000 (10:59 +0200)
src/main/resources/static/css/sone.css

index 01a2d30..de12c18 100644 (file)
@@ -321,6 +321,10 @@ textarea {
        height: 1.5em;
 }
 
+#sone #create-sone textarea {
+       height: 1.5em;
+}
+
 #sone #add-sone button {
        position: absolute;
 }