]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Textarea resizes only vertically.
authoraroquen <aroquen@sfr.fr>
Sun, 24 May 2015 22:31:55 +0000 (00:31 +0200)
committeraroquen <aroquen@sfr.fr>
Fri, 5 Jun 2015 21:09:39 +0000 (23:09 +0200)
theme/base/css/display.css

index 7c0e01c96d2a0ca1b8147043dfecac0bd50d35fa..7662397f40b1e8707c9b0b9b85a82700a02c5bd8 100644 (file)
@@ -20,7 +20,11 @@ ol, ul {list-style-position: inside;}
 fieldset {border: none;}
 legend {font-weight: bold; font-size: 1.2em;}
 input, textarea, select, option {padding: 2px;}
-textarea {overflow:auto;}
+
+textarea {
+    overflow:auto;
+    resize: vertical;
+}
 
 body {
     background-color: #f2f2f2;