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

254 lines
4.1 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;
}
#editorToolbar {
margin-top: 5px;
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.15);
margin-top: 0px !important;
padding-top: 6px !important;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px !important;
}
#outputToolbar span, #editorToolbar span {
position: relative;
margin-right: 5px;
margin-left: 5px;
top: 2px;
float:right;
}
#outputToolbar {
position: relative;
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 {
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;
}
#aqlEditor {
width: auto;
min-width: 99.8%;
margin-right: 0px;
margin-left: 0px;
height: 200px;
min-height: 100px;
border: 1px solid #A0A0A0;
margin-bottom: 5px;
}
#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;
width: 268px;
padding: 5px;
font-size: 16px;
font-weight: 300;
line-height: 1;
border: 0;
border-radius: 0;
height: 30px;
-webkit-appearance: none;
padding-left: 5px !important;
padding-top: 3px !important;
}
.styled-select {
float: right;
width: 240px;
height: 30px;
overflow: hidden;
}
.querySizeDiv {
margin-right: 10px;
height: 30px !important;
width: 95px !important;
}
.querySizeDiv select {
height: 30px !important;
}
#querySize {
width: 115px !important;
line-height: 20px !important;
z-index: 9999 !important;
border-radius: 0 !important;
}