| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581 |
- /*
- 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.
- */
- .dropdown-menu li {
- font-size: 14px;
- }
- .dropdown a.dropdown-toggle {
- padding-left: 10px;
- padding-right: 10px;
- }
- .search-bar {
- background-color: #F5F5F5;
- border-bottom: 1px solid #e3e3e3;
- -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
- -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
- margin: 0;
- padding: 10px;
- 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;
- }
- .sort-by {
- font-size: 11px;
- height: 24px;
- width: 120px;
- margin-top: -2px;
- }
- .nav-header {
- padding-left: 0 !important;
- padding-top: 8px;
- }
- .facet-list {
- list-style: none outside none;
- padding: 0;
- margin: 0;
- }
- .facet-list li {
- padding-left: 8px;
- padding-right: 3px;
- }
- .facet-list li a {
- word-wrap: break-word;
- }
- .counter {
- color: #999999;
- font-size: 13px;
- }
- .pagination {
- border-radius: 4px 4px 4px 4px;
- list-style: none outside none;
- margin: 0 0 20px;
- padding: 8px 15px;
- }
- .results.container {
- width: 1180px;
- }
- .results.span2 {
- width: 180px;
- }
- .results.span10 {
- width: 980px;
- }
- .results.span12 {
- width: 1180px;
- }
- .errorlist {
- display: none;
- }
- .breadcrumb {
- background-color: #FFFFFF;
- padding-left: 0;
- margin-bottom: 0;
- }
- #result-container {
- margin-top: 20px;
- }
- .facetItem {
- display: none;
- }
- .selectMask {
- background-color: #F9F9F9;
- background-image: linear-gradient(to bottom, #FFFFFF, #F1F1F1);
- background-repeat: repeat-x;
- border: 1px solid #C0C0C0;
- border-right-color: rgba(0, 0, 0, 0.1);
- border-radius: 2px;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- box-shadow: none;
- color: #444444;
- display: inline-block;
- font-size: 13px;
- height: 29px;
- line-height: 29px;
- margin: 0;
- margin-left: 5px;
- min-height: 29px;
- min-width: 120px;
- padding: 0 8px;
- text-shadow: none;
- vertical-align: middle;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .download-btn-group {
- min-width: auto;
- }
- .download-btn-group > ul > li {
- text-align: left;
- }
- .fields-chooser li {
- cursor: pointer;
- margin-bottom: 10px;
- }
- .fields-chooser li .badge {
- font-weight: normal;
- font-size: 12px;
- }
- .badge-left {
- border-radius: 9px 0px 0px 9px;
- padding-right: 5px;
- }
- .badge-right {
- border-radius: 0px 9px 9px 0px;
- padding-left: 5px;
- }
- .trash-filter {
- cursor: pointer;
- }
- .CodeMirror {
- border: 1px dotted #DDDDDD;
- }
- [contenteditable=true] {
- border: 1px dotted #DDDDDD;
- outline: 0;
- margin-top: 20px;
- margin-bottom: 20px;
- min-height: 150px;
- }
- [contenteditable=true] [class*="span"], .tmpl [class*="span"] {
- background-color: #eee;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- min-height: 40px;
- line-height: 40px;
- background-color: #F3F3F3;
- border: 2px dotted #DDD;
- }
- .tmpl {
- margin: 10px;
- height: 60px;
- }
- .tmpl [class*="span"] {
- color: #999;
- font-size: 12px;
- text-align: center;
- font-weight: bold;
- }
- .editor-title {
- font-weight: bold;
- color: #262626;
- border-bottom: 1px solid #338bb8;
- }
- .document-details {
- background-color: #F6F6F6;
- padding: 10px;
- border: 1px solid #e5e5e5;
- }
- .result-row:nth-child(even) {
- background-color: #F6F6F6;
- }
- .result-row td {
- white-space: nowrap;
- padding: 3px;
- }
- #result-container thead tr {
- border-bottom: 1px solid #e5e5e5;
- }
- .demi-modal {
- min-height: 80px;
- }
- .filter-box {
- float: left;
- margin-right: 10px;
- margin-bottom: 10px;
- background-color: #F6F6F6;
- padding: 5px;
- border: 1px solid #d8d8d8;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .field-selector {
- display: inline-block;
- margin-left: 3px;
- min-height: 20px;
- line-height: 20px
- }
- .field-selector.hoverable {
- cursor: pointer;
- }
- .field-selector.hoverable:hover {
- background-color: #DDD;
- }
- .draggable-widget, .draggable-icon {
- cursor: move;
- background-color: #FFF;
- }
- .chosen-container .chosen-results li {
- text-align: left;
- }
- #emptyDashboard {
- right: 70px !important;
- }
- .drop-target {
- background-color: #FCFCFC;
- min-height: 20px;
- border: 2px dotted #FAFAFA;
- text-align: center;
- padding: 4px;
- }
- .drop-target-dragging {
- background-color: #F6F6F6;
- border-color: #DDD;
- }
- .ui-sortable.drop-target {
- min-height: 20px;
- }
- .drop-target-highlight {
- min-height: 20px;
- background-color: #CCC;
- }
- .drop-target-disabled {
- background-color: #FFFFFF;
- border-color: #FFFFFF;
- }
- .drop-target-side {
- min-height: 100px;
- height: 100%;
- }
- .dashboard .row-fluid .span10.readonly {
- width: 100%;
- margin-left: 0;
- }
- .dashboard .row-fluid .span1.readonly {
- width: 0;
- height: 0;
- }
- .readonly .card-widget {
- border: 1px solid #d8d8d8 !important;
- }
- .row-fluid [class*="span"] {
- margin-left: 0.5%;
- }
- .row-fluid .span10 {
- width: 90%;
- }
- .row-fluid .span1 {
- width: 4.5%;
- }
- .card-widget {
- position: relative;
- overflow-x: auto;
- border: 1px solid #d8d8d8 !important;
- }
- .card-widget h2, .card-widget .card-body {
- min-width: 240px;
- }
- #exposeOverlay {
- background-color: #000;
- opacity: 0.3;
- display: none;
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1031;
- }
- .card-column-disabled {
- background-color: #f1f1f1;
- }
- .widget-icon {
- color: #338bb8;
- height: 16px;
- width: 16px;
- margin-left: 3px;
- margin-right: 3px;
- }
- .advanced-triangle-container {
- position: absolute;
- right: 0;
- }
- .advanced-triangle {
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 40px 40px 0;
- border-color: transparent #338bb8 transparent transparent;
- cursor: pointer;
- }
- .advanced-triangle a {
- color: #FFFFFF;
- padding-left: 20px;
- padding-top: 4px;
- }
- .card-widget h6 {
- text-transform: uppercase;
- color: #338bb8;
- margin-bottom: 1px;
- }
- .card-widget h6.field-title {
- margin-bottom: 0;
- padding-left: 4px;
- }
- .widget-main-section {
- overflow-y: auto;
- overflow-x: hidden;
- max-height: 350px;
- }
- .row-fluid .offset3andhalf:first-child {
- margin-left: 29%;
- }
- .row-container.is-editing {
- border: none !important;
- }
- .row-fluid .span4 {
- width: 33%;
- }
- .dashboard {
- margin-top: 50px;
- }
- .dashboard.readonly {
- margin-top: 0;
- }
- .big-icon {
- color: #DDD;
- font-size: 40px;
- text-align: center;
- padding: 5px;
- }
- body {
- background-color: #FFFFFF;
- }
- .ui-sortable {
- min-height: 10px !important;
- }
- .row-container {
- min-height: 10px !important;;
- }
- input[type="text"].filechooser-input {
- border-right: none;
- margin-bottom: 0;
- }
- input[type="text"].filechooser-input, input[type="text"].half {
- width: 50%;
- }
- .fileChooserBtn {
- height: 31px;
- }
- #settingsModal h4 {
- margin-top: 30px;
- }
- #settingsModal ul.unstyled li {
- margin-bottom: 4px;
- }
- .card-column {
- min-height: 200px !important;
- }
- .readonly .card {
- margin-bottom: 15px;
- }
- .readonly .card-column {
- min-height: 5px !important;
- }
- .readonly .drop-target-side {
- min-height: 10px!important;
- height: 10px!important;
- }
- textarea {
- resize: none;
- }
- .span4.readonly {
- margin-left: 1px;
- }
- em {
- font-weight: normal;
- background-color: #FFFFFF;
- }
- .properties ul li {
- margin-bottom: 3px;
- }
- .widget-main-section .nav-tabs {
- margin-bottom: 10px;
- }
- .widget-main-section .tab-content {
- min-height: 200px;
- }
- .widget-main-section .tab-content h6:first-child {
- margin-top: 0;
- }
- #addActionDemiModal {
- position: absolute;
- margin-left: 0;
- border: 1px solid #d8d8d8;
- border-top: none;
- }
- #addActionDemiModal input, #addActionDemiModal select {
- margin-bottom: 0;
- }
- canvas {
- pointer-events: none;
- }
- ul.unstyled li {
- white-space: nowrap;
- }
- #file-uploader {
- float: left;
- margin-right: 3px;
- margin-top: 10px;
- }
- .qq-upload-button {
- display: inline-block;
- height: 29px;
- min-height: 29px;
- padding: 0 8px;
- margin: 0;
- font-size: 13px;
- font-weight: bold;
- line-height: 29px;
- color: #444;
- text-align: center;
- text-shadow: none;
- vertical-align: middle;
- cursor: pointer;
- background-color: #f9f9f9;
- background-image: -moz-linear-gradient(top,#fff,#f1f1f1);
- background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f1f1f1));
- background-image: -webkit-linear-gradient(top,#fff,#f1f1f1);
- background-image: -o-linear-gradient(top,#fff,#f1f1f1);
- background-image: linear-gradient(to bottom,#fff,#f1f1f1);
- background-repeat: repeat-x;
- border: 1px solid rgba(0,0,0,0.1);
- border-color: #f1f1f1 #f1f1f1 #cbcbcb;
- border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
- border-color: rgba(0,0,0,0.1);
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff1f1f1',GradientType=0);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
|