summaryrefslogtreecommitdiffstats
path: root/styles/style.css
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-17 23:38:52 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-17 23:38:52 +0200
commit6f33d7efdbfe7d26097ebefe95a9d8d38b111fba (patch)
tree045bc7aabd09a6d5921020119db0593638bc2459 /styles/style.css
parentecfb3c63a1c0c2d7e559744deab9a018ad5ec1c4 (diff)
downloadCatalog-6f33d7efdbfe7d26097ebefe95a9d8d38b111fba.tar.gz
Catalog-6f33d7efdbfe7d26097ebefe95a9d8d38b111fba.zip
Lock textarea width so it fits into the layout
Diffstat (limited to 'styles/style.css')
-rw-r--r--styles/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css
index ef2ecf2..e56b24a 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -34,6 +34,11 @@ div.row .formw {
text-align: left;
}
+div.row textarea.formw{
+ min-width: 235px;
+ max-width: 235px;
+}
+
div.spacer {
clear: both;
}