| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- /*
- 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.
- */
- .draggable-widget, .draggable-icon {
- cursor: move;
- background-color: #FFF;
- }
- #emptyDashboard {
- right: 70px !important;
- }
- .drop-target {
- background-color: #F6F6F6;
- min-height: 20px;
- border: 2px dotted #DDD;
- text-align: center;
- padding: 4px;
- }
- .drop-target-dragging {
- background-color: #F0F0F0;
- border-color: #DDD;
- }
- .ui-sortable.drop-target {
- min-height: 20px;
- }
- .drop-target-highlight {
- min-height: 20px;
- background-color: #CCC;
- border-color: #BBB;
- }
- .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%;
- }
- .dashboard .row-fluid .span10 {
- width: 90%;
- }
- .dashboard .row-fluid .span1 {
- width: 4.5%;
- }
- .card-widget {
- position: relative;
- z-index: 11;
- 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;
- }
- .ui-sortable {
- min-height: 10px !important;
- }
- .row-container {
- min-height: 10px !important;;
- }
- .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;
- z-index: 10;
- }
- ul.unstyled li {
- white-space: nowrap;
- }
- .widget-statusbar {
- height: 2px;
- border-radius: 3px;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- width: 0;
- -webkit-transition: width .6s ease;
- -moz-transition: width .6s ease;
- -o-transition: width .6s ease;
- transition: width .6s ease;
- }
- .widget-statusbar-running {
- background-color: #fbb450;
- }
- .widget-statusbar-failed {
- background-color: #c13e2c;
- }
- .widget-statusbar-success {
- background-color: #2f973f;
- }
- .widget-running {
- opacity: .5;
- }
|