1
0
Fork 0

query inputfield resizeable

This commit is contained in:
Heiko Kernbach 2012-05-25 16:06:52 +02:00
parent 3f3d04fe8d
commit 1a941c8f07
1 changed files with 3 additions and 3 deletions

View File

@ -381,7 +381,7 @@ form {
#queryOutput { #queryOutput {
height:25%; height:35%;
overflow-y: auto; overflow-y: auto;
border: 1px solid black; border: 1px solid black;
background: white; background: white;
@ -390,10 +390,10 @@ form {
} }
#queryContent { #queryContent {
height: 60%; height: 45%;
font-family: "courier"; font-family: "courier";
width: 100%; width: 100%;
resize: none; resize: vertical;
} }
#avocshWindow { #avocshWindow {