| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358 |
- /*
- 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.
- */
- .dashboard .container-fluid {
- padding: 6px;
- }
- .row-container {
- width: 100%;
- min-height: 70px;
- }
- .row-container.is-editing {
- border: 1px solid #e5e5e5;
- }
- .ui-sortable {
- background-color: #F3F3F3;
- min-height: 100px;
- }
- .ui-sortable h2 {
- padding-left: 10px !important;
- }
- .ui-sortable h2 ul {
- float: left;
- margin-right: 10px;
- font-size: 14px;
- }
- .ui-sortable-disabled {
- background-color: #FFF;
- }
- .card-column {
- border: none;
- min-height: 400px !important;
- }
- .card-widget {
- padding-top: 0;
- border: 0;
- min-height: 100px;
- }
- .card-widget .card-heading {
- font-size: 12px !important;
- font-weight: bold !important;
- line-height: 24px !important;
- padding-left: 3px !important;
- padding-right: 3px !important;
- }
- .card-widget .card-body {
- margin-top: 0;
- min-height: 40px;
- }
- .card-toolbar {
- margin: 0;
- padding: 4px;
- padding-top: 0;
- top: 70px;
- position: fixed;
- width: 100%;
- z-index: 1000;
- }
- .row-header {
- background-color: #F6F6F6;
- display: inline;
- padding: 3px;
- border: 1px solid #e5e5e5;
- border-bottom: none;
- }
- .row-highlight {
- background-color: #DDD;
- min-height: 100px;
- }
- #emptyDashboard {
- position: absolute;
- right: 204px;
- top: 80px;
- color: #666;
- font-size: 20px;
- z-index: 1000;
- }
- #emptyDashboardEditing {
- position: absolute;
- left: 120px;
- top: 160px;
- color: #666;
- font-size: 20px;
- }
- .emptyRow {
- margin-top: 10px;
- margin-left: 140px;
- color: #666;
- font-size: 18px;
- }
- .preview-row {
- background-color: #f9f9f9;
- min-height: 400px !important;
- margin-top: 30px;
- }
- .toolbar-label {
- float: left;
- font-weight: bold;
- color: #999;
- padding-left: 8px;
- padding-top: 24px;
- }
- .draggable-widget {
- width: 60px;
- text-align: center;
- float: left;
- border: 1px solid #CCC;
- margin-top: 10px;
- margin-left: 10px;
- cursor: move;
- }
- .draggable-widget.disabled {
- cursor: default;
- }
- .draggable-widget a {
- font-size: 28px;
- line-height: 46px;
- }
- .draggable-widget.disabled a {
- cursor: default;
- color: #CCC;
- }
- .layout-container {
- width: 100px;
- float: left;
- margin-top: 10px;
- margin-left: 10px;
- }
- .layout-box {
- float: left;
- height: 48px;
- background-color: #DDD;
- text-align: center;
- }
- .layout-box i {
- color: #333;
- font-size: 28px;
- line-height: 48px;
- }
- .layout-container:hover .layout-box {
- background-color: #CCC;
- }
- .with-top-margin {
- margin-top: 60px;
- }
- .ui-sortable .card-heading {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .search-bar {
- padding-top: 6px;
- padding-bottom: 6px;
- }
- .widget-settings-section {
- display: none;
- }
- .widget-spinner {
- padding: 10px;
- font-size: 80px;
- color: #CCC;
- text-align: center;
- }
- .card {
- margin: 0;
- }
- .move-widget {
- cursor: move;
- }
- body.modal-open {
- overflow: auto !important;
- }
- .add-row {
- background-color: #F6F6F6;
- min-height: 36px;
- border: 2px dashed #DDD;
- text-align: center;
- padding: 4px;
- cursor: pointer;
- }
- .add-row:before {
- color: #DDD;
- display: inline-block;
- font-family: FontAwesome;
- font-style: normal;
- font-weight: normal;
- font-size: 24px;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- content: "\f055";
- }
- .add-row-highlight {
- min-height: 10px;
- background-color: #CCC;
- }
- .spinedit-cnt div.spinedit .fa-chevron-up {
- top: -7px;
- color: #666;
- }
- .spinedit-cnt div.spinedit .fa-chevron-down {
- top: 7px;
- left: -4px;
- color: #666;
- }
- .clearable {
- background: url(/static/art/clearField.png) no-repeat right -10px center;
- border: 1px solid #999;
- padding: 3px 18px 3px 4px;
- border-radius: 3px;
- transition: background 0.4s !important;
- }
- @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
- .clearable {
- background: url(/static/art/clearField@2x.png) no-repeat right -10px center;
- background-size: 10px 10px;
- }
- }
- .clearable.x {
- background-position: right 5px center;
- }
- .clearable.onX {
- cursor: pointer !important;
- }
- .facet-field-cnt {
- margin-bottom: 6px;
- }
- .facet-field-switch {
- display: inline;
- margin-top: 10px;
- }
- .facet-field-label {
- color: #333;
- font-size: 11px;
- margin-bottom: 2px;
- margin-right: 4px;
- text-transform: uppercase;
- text-shadow: 1px 1px 0 #fff;
- }
- .facet-field-label-fixed-width {
- width: 90px;
- text-align: right;
- padding-right: 8px;
- display: inline-block;
- }
- .facet-field-label-fixed-width-double {
- width: 180px;
- }
- .facet-field-label-title {
- text-align: left;
- font-weight: bold;
- padding-left: 110px;
- }
- .simpledaterangepicker .left-margin {
- margin-left: 6px;
- }
- .card-column.span2 .facet-field-label-fixed-width {
- text-align: left;
- width: auto;
- }
- .card-column.span2 .simpledaterangepicker .facet-field-label-fixed-width {
- display: block;
- }
- .card-column.span2 .simpledaterangepicker .input-prepend {
- display: block;
- margin-bottom: 5px;
- }
- .card-column.span2 .simpledaterangepicker .left-margin {
- margin-left: 0;
- }
- .card-column.span2 .simpledaterangepicker input[type='text'] {
- width: 70%;
- }
- .card-column.span2 .simpledaterangepicker select {
- margin-bottom: 5px;
- }
- .card-widget .input-append, .card-widget .input-prepend, .card-widget select, .card-widget input {
- margin-bottom: 0;
- }
- .facet-field-tile {
- float: left;
- }
|