mirror of https://gitee.com/bigwinds/arangodb
303 lines
4.7 KiB
CSS
303 lines
4.7 KiB
CSS
.toolbarUL ul {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.ui-resizable-s {
|
|
bottom: 0;
|
|
height: 10px;
|
|
background-color: #F0F0F0 !important;
|
|
border: 1px solid #C0C0C0;
|
|
cursor: ns-resize;
|
|
line-height: 1;
|
|
background-image: url(../img/stripes.gif);
|
|
background-repeat:no-repeat;
|
|
background-position: 50% 50%;
|
|
}
|
|
|
|
#queryOutput .ace_cursor-layer {
|
|
display:none;
|
|
}
|
|
|
|
#queryOutput .ui-resizable-handle {
|
|
border-left: 0;
|
|
border-bottom: 0;
|
|
border-top: 0;
|
|
}
|
|
|
|
.queryToolbar, #aqlEditor {
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-bottom: 0px;
|
|
height: 20px;
|
|
background-color: #F0F0F0;
|
|
}
|
|
|
|
#editorToolbar {
|
|
margin-top: 5px;
|
|
border-color: #A0A0A0;
|
|
}
|
|
|
|
#outputToolbar {
|
|
position: relative;
|
|
width: auto;
|
|
border-color: #C0C0C0;
|
|
}
|
|
|
|
#aqlEditor {
|
|
border-bottom: 1px;
|
|
width: auto;
|
|
border-color: #A0A0A0;
|
|
min-width: 99.8%;
|
|
height: 200px;
|
|
min-height: 100px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#queryDiv {
|
|
margin-top: 0px !important;
|
|
padding-top: 6px !important;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-bottom: 20px !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#outputToolbar span, #editorToolbar span {
|
|
position: relative;
|
|
margin-right: 5px;
|
|
margin-left: 5px;
|
|
top: 2px;
|
|
float:right;
|
|
}
|
|
|
|
#editorToolbar i:hover, #outputToolbar i:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#editorToolbar i , #outputToolbar i {
|
|
margin-right: 5px;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
#editor {
|
|
min-width: 100px;
|
|
}
|
|
|
|
#editorLabel, #outputLabel {
|
|
width: 100%;
|
|
}
|
|
|
|
#editorLabel h6, #outputLabel h6 {
|
|
font-family: 'Open Sans', sans-serif;
|
|
margin-bottom: 5px;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#aqlEditor .ace_error, #aqlEditor .ace_info, #queryOutput .ace_error, #queryOutput .ace_info {
|
|
background:none;
|
|
}
|
|
|
|
#aqlEditor .ui-resizable-handle {
|
|
border-left: 0 !important;
|
|
border-bottom: 0 !important;
|
|
border-top: 0 !important;
|
|
}
|
|
|
|
#wideButtonDiv {
|
|
width: 100%;
|
|
height: 20px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#submitQueryButton, #clearQueryButton {
|
|
float: right;
|
|
}
|
|
|
|
.querynavbar {
|
|
width: 940px !important;
|
|
background-color: #FAFAFA;
|
|
background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
|
|
background-repeat: repeat-x;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.querynavbar h3 {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
#queryOutput {
|
|
width: auto;
|
|
background-color: white;
|
|
height: 200px;
|
|
margin-right: 0px;
|
|
margin-left: 0px;
|
|
margin-bottom: 10px;
|
|
min-height: 100px;
|
|
overflow-y: hidden;
|
|
border: 1px solid #c0c0c0;
|
|
}
|
|
|
|
.preQuery {
|
|
border: 0;
|
|
border-radius: 0;
|
|
background-color: white !important;
|
|
}
|
|
|
|
#querySelect {
|
|
line-height: 20px !important;
|
|
z-index: 9999 !important;
|
|
border-radius: 0 !important;
|
|
margin-bottom: 0;
|
|
border: 0 !important;
|
|
}
|
|
|
|
#querySelect option {
|
|
z-index: 9999 !important;
|
|
}
|
|
|
|
|
|
.queryTH {
|
|
width: 20% !important;
|
|
}
|
|
|
|
.queryTH2 {
|
|
width: 75% !important;
|
|
}
|
|
|
|
#edit-aql-body table {
|
|
margin-left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
#edit-aql-body select {
|
|
width: 100%;
|
|
}
|
|
|
|
#edit-aql-body textarea {
|
|
width: 515px;
|
|
resize: vertical !important;
|
|
}
|
|
|
|
/*#queryOutput .ace_gutter-cell {
|
|
color: white;
|
|
background-color: #686766 !important;
|
|
}*/
|
|
|
|
.ace_print-margin {
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
#queryOutput .ace_replace_form {
|
|
display:none;
|
|
}
|
|
|
|
#editorToolbar .arango-icon-disk,
|
|
#commentText, #redoText, #undoText, #clearInput, #clearOutput {
|
|
margin-top: 1px;
|
|
}
|
|
|
|
#shortcutDiv {
|
|
float: left;
|
|
width: auto;
|
|
margin-top: -5px;
|
|
}
|
|
|
|
#queryDiv > * {
|
|
border: 0 !important;
|
|
}
|
|
|
|
.styled-select select {
|
|
background: white;
|
|
padding: 5px;
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
line-height: 1;
|
|
border: 0;
|
|
border-radius: 0;
|
|
height: 30px;
|
|
padding-left: 5px !important;
|
|
padding-top: 3px !important;
|
|
}
|
|
|
|
.styled-select {
|
|
float: right;
|
|
width: 220px;
|
|
height: 30px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.querySizeDiv {
|
|
margin-right: 10px;
|
|
height: 30px !important;
|
|
width: 130px !important;
|
|
}
|
|
|
|
.querySizeDiv select {
|
|
height: 30px !important;
|
|
}
|
|
|
|
#querySize {
|
|
width: 130px !important;
|
|
line-height: 20px !important;
|
|
z-index: 9999 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
#queryDropdown {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
background-color: #D9D9D9;
|
|
}
|
|
|
|
#queryDropdownIn {
|
|
background-color: #FFFFFF;
|
|
padding: 10px;
|
|
}
|
|
|
|
#queryDropdownIn a {
|
|
width: 100%;
|
|
margin-bottom: 5px;
|
|
font-size: 16px;
|
|
font-weight: bolder;
|
|
color: #686766;
|
|
}
|
|
|
|
#queryDropdownRight {
|
|
width: 100%;
|
|
}
|
|
|
|
#queryModalSelect {
|
|
width: 100%;
|
|
padding-left: 0;
|
|
}
|
|
|
|
#queryDropdownRight textarea {
|
|
width: 100%;
|
|
padding: 5px 0 0 0px;
|
|
resize: vertical;
|
|
}
|
|
|
|
#queryDropdownRight textarea:focus {
|
|
outline: none;
|
|
border-color: #8AA051;
|
|
box-shadow: 0 0 3px #8AA051;
|
|
}
|
|
|
|
#queryDropdownLeft {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#queryDropdownIn #save-edit-query {
|
|
margin-left: 7px !important;
|
|
}
|
|
|
|
#queryDropdownIn #delete-edit-query {
|
|
margin-left: 0 !important;
|
|
}
|