From 1a941c8f07b7b59e6ae9da471753d11ce2f5b40e Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Fri, 25 May 2012 16:06:52 +0200 Subject: [PATCH] query inputfield resizeable --- html/admin/css/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/admin/css/layout.css b/html/admin/css/layout.css index 74090b4fbb..cf2fa7182b 100644 --- a/html/admin/css/layout.css +++ b/html/admin/css/layout.css @@ -381,7 +381,7 @@ form { #queryOutput { - height:25%; + height:35%; overflow-y: auto; border: 1px solid black; background: white; @@ -390,10 +390,10 @@ form { } #queryContent { - height: 60%; + height: 45%; font-family: "courier"; width: 100%; - resize: none; + resize: vertical; } #avocshWindow {