From 9c12a30f142fad66e91c8fd2cb3b470e90d8b9d6 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Wed, 17 Jul 2013 11:12:27 +0200 Subject: [PATCH] documentview css --- html/admin/css/documentView.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/admin/css/documentView.css b/html/admin/css/documentView.css index 1c29029e43..e62bc44f00 100644 --- a/html/admin/css/documentView.css +++ b/html/admin/css/documentView.css @@ -1,5 +1,8 @@ .sorting_1 textarea { display: inline !important; + max-width: 120px !important; + max-height: 20px !important; + resize: none !important; } .textInline { @@ -207,6 +210,7 @@ } .rightCell textarea { - max-width: 570px; - min-width: 600px; + max-width: 580px; + min-width: 580px; + resize: vertical; }