]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Textarea resizes only vertically.
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 4df34ad8cb01136a6eac984d1d883adde969ad92..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;
@@ -630,6 +634,13 @@ address .poweredby {
     line-height: 1.36em;
 }
 
+.profile, .application, #content .peopletag {
+    position:relative;
+    clear:both;
+    float:left;
+    width:100%;
+}
+
 .application, #content .peopletag {
     position:relative;
     clear:both;