.https-warning { color: $danger; } .query-editor { border: 1px solid $primary-very-low; margin-bottom: 15px; .editor-panel { width: 65%; } .right-panel { width: 35%; } &.no-schema { .editor-panel { width: 100%; } .right-panel { width: 0; button.unhide { position: absolute; margin-left: -31px; z-index: 1; } } } .editor-panel { float: left; .ace-wrapper { position: relative; height: 400px; width: 100%; } .ace_editor { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } } .right-panel { float: right; .schema { border-left: 1px solid $primary-low; height: 400px; overflow-y: scroll; overflow-x: hidden; color: $primary-high; font-size: $font-down-2; input { padding: 4px; margin: 3px; // 100% - padding + margin * 2 - border - button - buttonborder width: calc(100% - 14px - 1px - 40px - 2px); } .schema-table-name { font-weight: bold; border-bottom: 1px solid $primary-low; padding-left: 5px; .fa { width: 6px; } } ul { list-style-type: none; margin: 0; } dl { margin: 0; } dl > div > * { padding-top: 2px; padding-bottom: 2px; } dl > div { clear: both; } dt { display: inline-block; vertical-align: text-top; overflow-wrap: break-word; width: 110px; margin-left: 5px; &.sensitive { color: $danger; } } dd { display: inline-block; vertical-align: text-top; width: 110px; color: $tertiary; margin: 0; padding-left: 7px; border-left: 1px dotted $primary-low-mid; .schema-typenotes { color: $primary-medium; font-style: italic; } .popup-info { color: $primary-medium; .popup { display: none; } &:hover .popup { display: block; } &:focus .popup { display: block; } .popup { position: absolute; padding: 5px; padding-right: calc(5px + 2em); border: 1px solid; background: $secondary; left: -120px; width: 180px; top: 6px; z-index: 10; } .popup ol { margin: 0; list-style: none; > li:before { content: attr(value) ": "; } } } } } } .grippie { clear: both; -webkit-user-select: none; } } .query-edit { .name { display: flex; align-items: center; margin-bottom: 1em; h1 { display: inline-block; margin: 0 0.5em 0 0; color: $primary; a { color: currentColor; } } } button.previous { margin-right: 0.5em; .d-icon { margin-left: -0.15em; // fixing fontawesome horizontal alignment } } .name-text-field { width: 100%; } .name input, .desc textarea { width: 100%; box-sizing: border-box; margin: 0; } &:not(.editing) .desc { margin: 10px 0; } } .query-run { margin-top: 25px; .query-plan { display: inline-block; margin-left: 15px; } } .clear { clear: both; } .schema-title { display: block; margin: auto; } .query-params { border: 1px solid $header_primary-medium; .param > input { margin: 9px; } .invalid > input { background-color: $danger-low; } .invalid .ac-wrap { background-color: $danger-low; } .param { width: 300px; display: inline-block; overflow-x: visible; .ac-wrap { display: inline-block; input { width: 100px !important; // override an inline style } } input { width: 190px; } } .param-name { display: inline-block; width: 70px; } } .query-list, .query-create, .query-edit, .query-results, .query-params, .https-warning { margin: 10px 0; } .query-list { display: flex; .combo-box, button { margin-right: 0.5em; } li.none { display: none; } } .recent-queries { thead { .created-by { width: 20%; } .created-at { width: 15%; } .heading { position: relative; color: $primary-medium; padding: 50px 0px 0px 0px; th.sortable { font-weight: normal; } .heading-toggle { bottom: 0; position: absolute; display: inline-block; } } } .query-row { a { width: 100%; } .query-name { color: $primary; } .query-desc { color: $primary-high; } .query-created-by { color: $primary-high; } .query-created-at { color: $primary-medium; } } tr a { color: inherit; cursor: pointer; display: inline-block; } } .explorer-pad-bottom { margin-bottom: 200px; }