mirror of https://gitee.com/bigwinds/arangodb
query inputfield resizeable
This commit is contained in:
parent
3f3d04fe8d
commit
1a941c8f07
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue