mirror of https://gitee.com/bigwinds/arangodb
resized querybox
This commit is contained in:
parent
1159479250
commit
1fbeb55e82
|
@ -381,7 +381,7 @@ form {
|
||||||
|
|
||||||
|
|
||||||
#queryOutput {
|
#queryOutput {
|
||||||
height:60%;
|
height:40%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
background: white;
|
background: white;
|
||||||
|
@ -390,7 +390,7 @@ form {
|
||||||
}
|
}
|
||||||
|
|
||||||
#queryContent {
|
#queryContent {
|
||||||
height: 20%;
|
height: 60%;
|
||||||
font-family: "courier";
|
font-family: "courier";
|
||||||
width: 100%;
|
width: 100%;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
Loading…
Reference in New Issue