1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/css/queryView.css

213 lines
3.6 KiB
CSS

.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;
}
#editorToolbar {
width: auto;
margin-top: 20px !important;
margin-left: 0px;
margin-right: 0px;
border-top: 1px solid #A0A0A0;
border-right: 1px solid #A0A0A0;
border-left: 1px solid #A0A0A0;
height: 20px;
background-color: #F0F0F0;
}
#queryDiv {
background-color: rgba(0,0,0,0.03);
margin-top: 0px !important;
padding-top: 33px !important;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px !important;
}
#outputToolbar span, #editorToolbar span {
position: relative;
float:right;
height: 10px !important;
margin-right: 5px;
margin-left: 5px;
top: 2px;
}
#outputToolbar {
position: relative;
margin-top: 5px;
margin-left: 0;
margin-right: 0;
width: auto;
border-top: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
height: 20px;
background-color: #F0F0F0;
}
#editorToolbar i:hover, #outputToolbar i:hover {
cursor: pointer;
}
#editorToolbar i , #outputToolbar i {
float: right;
margin-right: 5px;
margin-top: 3px;
}
#editorToolbar select {
float: left !important;
}
#addAQL, #editAQL {
float: left !important;
margin-left: 5px;
margin-right: 0 !important;
}
#editor {
min-width: 100px;
}
#editorLabel, #outputLabel {
float: left;
background-color: #F0F0F0;
width: 150px;
text-align: center;
border-right: 1px solid #C0C0C0;
}
#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;
}
#aqlEditor {
width: auto;
min-width: 99.8%;
margin-right: 0px;
margin-left: 0px;
height: 200px;
min-height: 100px;
border: 1px solid #A0A0A0;
margin-bottom: 10px;
}
#submitQueryButton {
float: right;
margin-top: 0px;
}
.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;
min-height: 100px;
overflow-y: hidden;
border: 1px solid #c0c0c0;
}
.preQuery {
border: 0;
border-radius: 0;
background-color: white !important;
}
#querySelect {
height: 20px !important;
line-height: 20px !important;
z-index: 9999 !important;
border-radius: 0 !important;
padding: 0 !important;
margin-bottom: 0;
border: 0 !important;
}
#querySelect option {
z-index: 9999 !important;
}
#querySize {
height: 20px !important;
line-height: 20px !important;
z-index: 9999 !important;
border-radius: 0 !important;
padding: 0 !important;
margin-bottom: 0;
border: 0 !important;
float: left !important;
margin-left: 50px;
margin-right: 0 !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;
}