mirror of https://gitee.com/bigwinds/arangodb
30 lines
409 B
CSS
30 lines
409 B
CSS
#tableView {
|
|
cursor: pointer;
|
|
background-color: #EEEEEE;
|
|
}
|
|
|
|
#sourceFooter {
|
|
margin-top: 0;
|
|
background: none;
|
|
margin-bottom: 0;
|
|
padding-right: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
#sourceEditor {
|
|
height: 400px;
|
|
width: 100%;
|
|
overflow:hidden;
|
|
padding-bottom: 20px;
|
|
border: 1px solid #A0A0A0;
|
|
}
|
|
|
|
#sourceDiv {
|
|
margin-top: -40px;
|
|
padding: 20px 20px 20px 20px;
|
|
min-height: 400px;
|
|
}
|
|
|
|
.sourceBox {
|
|
}
|