| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- /*
- Licensed to Cloudera, Inc. under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. Cloudera, Inc. licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
- .question {
- margin: 10px;
- }
- .snippet {
- margin: 10px;
- }
- .snippet-body {
- margin-top: 0;
- min-height: 40px;
- }
- .CodeMirror {
- border: 1px solid #EEE;
- border-top: none;
- border-bottom: none;
- height: auto;
- }
- .add-snippet {
- margin: 10px;
- margin-top: 60px;
- margin-bottom: 60px;
- background-color: #F1F1F1;
- cursor: default;
- }
- .add-snippet .CodeMirror {
- opacity: .30;
- border: 1px solid #DDD;
- cursor: default;
- }
- .add-snippet .CodeMirror-lines {
- cursor: default;
- }
- .add-snippet .overlay {
- position: absolute;
- margin-top: -60px;
- z-index: 300;
- left: 50%;
- margin-left: -60px;
- }
- .add-snippet .overlay i {
- color: #CCC;
- cursor: pointer;
- }
- .add-snippet .overlay i:hover {
- color: #666;
- }
- .codeMirror-overlaybtn {
- position: absolute;
- margin-top: -30px;
- margin-left: 0;
- z-index: 10000;
- border-left: none;
- border-right: none;
- width: 14px;
- opacity: 0.8;
- border-radius: 0;
- }
- .codeMirror-overlaybtn:hover {
- opacity: 1;
- }
- .nav {
- margin-bottom: 0;
- }
- .nav i {
- line-height: 20px !important;
- }
- .nav-list > li > a, .nav-list .nav-header {
- padding-left: 0;
- margin-left: 0;
- }
- .nav-list {
- padding-left: 0;
- }
- .dropdown-menu li {
- font-size: 14px;
- }
- .dropdown a.dropdown-toggle {
- padding-left: 10px;
- padding-right: 10px;
- }
- .search-bar {
- background-color: #F5F5F5;
- margin: 0;
- padding-bottom: 0;
- padding-top: 4px;
- padding-left: 20px;
- padding-right: 20px;
- text-align: left;
- width: 100%;
- position: fixed;
- top: 28px;
- z-index: 1000;
- }
- .search-bar input {
- margin-left: 10px;
- padding-right: 20px;
- }
- .search-bar ul li {
- text-align: right;
- }
- .tab-content {
- background-color: #FFFFFF;
- border-left: 1px solid #dddddd;
- border-right: 1px solid #dddddd;
- }
- .snippet-icon {
- color: #338bb8;
- height: 16px;
- width: 16px;
- margin-left: 3px;
- margin-right: 3px;
- }
- .row-container.is-editing {
- border: none;
- }
- .ui-sortable {
- background-color: #FFF;
- min-height: 0px;
- }
- .assist {
- padding: 8px;
- position: fixed;
- }
- .assist-main {
- overflow-y: auto;
- }
- .editable-empty, .editable-empty:hover {
- color: #DDD!important;
- }
- .results table tr td {
- white-space: nowrap;
- }
- [contenteditable]:focus {
- outline:none;
- }
- .text-snippet h2 {
- padding-left: 0!important;
- }
- .span12.nomargin {
- margin-left: 0;
- }
- .show-assist {
- position: fixed;
- top: 80px;
- background-color: #FFF;
- width: 16px;
- height: 24px;
- line-height: 24px;
- margin-left: -2px;
- text-align: center;
- -webkit-border-top-right-radius: 3px;
- -webkit-border-bottom-right-radius: 3px;
- -moz-border-radius-topright: 3px;
- -moz-border-radius-bottomright: 3px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- .show-assist:hover {
- margin-left: 0;
- }
- .logs {
- padding: 3px;
- font-size: 11px;
- height: 80px;
- overflow-y: auto;
- }
- h1.empty {
- margin-top: 50px;
- text-align: center;
- color: #DDD;
- }
- .toggle-left-panel {
- cursor: pointer;
- float: left;
- padding: 3px;
- margin-top: 31px;
- }
- .toggle-left-panel:hover {
- background-color: #F0F0F0;
- }
- .chart-icon {
- width: 15px;
- text-align: center;
- }
- .resize-panel a {
- cursor: ns-resize;
- color: #666;
- position: absolute;
- }
- .progress .bar {
- background-repeat: repeat-x;
- }
- .progress, .progress-neutral .bar {
- background-color: #DDD;
- }
- .medium-editor-toolbar-form label {
- min-height: 20px;
- }
- .medium-editor-toolbar-form input[type="checkbox"] {
- float: left;
- margin-left: 0;
- margin-right: 4px;
- }
- .medium-editor-toolbar li button {
- padding: 0!important;
- height: 40px!important;
- min-width: 40px!important;
- }
- .medium-toolbar-arrow-under:after {
- top: 40px!important;
- }
- @media print {
- .navigator, .assist-container, .left-panel, a.btn, button, .CodeMirror-gutters, .add-snippet { display: none !important; }
- .CodeMirror { border: none; }
- }
|