|
@@ -1,83 +1,17 @@
|
|
|
-/*
|
|
|
|
|
- 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
|
|
|
|
|
|
|
+/*!
|
|
|
|
|
+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
|
|
|
|
|
|
|
+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.
|
|
|
|
|
-*/
|
|
|
|
|
-html {
|
|
|
|
|
- height: 100%;
|
|
|
|
|
-}
|
|
|
|
|
-body {
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- margin: 0;
|
|
|
|
|
- padding: 0;
|
|
|
|
|
- background-color: #FFF;
|
|
|
|
|
- overflow-y: hidden;
|
|
|
|
|
-}
|
|
|
|
|
-.vertical-full {
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- padding-right: 1px;
|
|
|
|
|
-}
|
|
|
|
|
-.main-content {
|
|
|
|
|
- height: auto;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: 74px;
|
|
|
|
|
- bottom: 0;
|
|
|
|
|
- background-color: #FFF;
|
|
|
|
|
-}
|
|
|
|
|
-.panel-container {
|
|
|
|
|
- position: relative;
|
|
|
|
|
-}
|
|
|
|
|
-.left-panel {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
- outline: none !important;
|
|
|
|
|
-}
|
|
|
|
|
-.context-panel {
|
|
|
|
|
- position: fixed;
|
|
|
|
|
- background: #fff;
|
|
|
|
|
- height: calc(30%);
|
|
|
|
|
- top: 70px;
|
|
|
|
|
- transition: all;
|
|
|
|
|
- -webkit-transition-duration: .3s;
|
|
|
|
|
- transition-duration: .3s;
|
|
|
|
|
- z-index: 401;
|
|
|
|
|
- overflow-y: auto;
|
|
|
|
|
- padding: 10px 0;
|
|
|
|
|
- width: 420px;
|
|
|
|
|
- right: -440px;
|
|
|
|
|
- box-shadow: 0 0 20px rgba(14, 18, 21, 0.38);
|
|
|
|
|
- outline: none !important;
|
|
|
|
|
-}
|
|
|
|
|
-.context-panel.visible {
|
|
|
|
|
- right: 0;
|
|
|
|
|
-}
|
|
|
|
|
-.context-panel .nav-tabs {
|
|
|
|
|
- padding-left: 10px;
|
|
|
|
|
-}
|
|
|
|
|
-.context-panel .tab-content {
|
|
|
|
|
- padding: 12px;
|
|
|
|
|
- min-height: calc(10%);
|
|
|
|
|
-}
|
|
|
|
|
-.context-panel .tab-pane {
|
|
|
|
|
- height: 100%;
|
|
|
|
|
-}
|
|
|
|
|
-.content-panel {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- overflow: auto;
|
|
|
|
|
- outline: none !important;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+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.
|
|
|
|
|
+ */html{height:100%}body{height:100%;margin:0;padding:0;background-color:#FFF;overflow-y:hidden}.vertical-full{height:100%;padding-right:1px}.main-content{height:auto;width:100%;position:absolute;top:74px;bottom:0;background-color:#FFF}.panel-container{position:relative}.left-panel{position:absolute;height:100%;overflow:hidden;outline:none !important}.context-panel{position:fixed;background:#fff;height:calc(30%);top:70px;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s;z-index:401;overflow-y:auto;padding:10px 0;width:420px;right:-440px;box-shadow:0 0 20px rgba(14,18,21,0.38);outline:none !important}.context-panel.visible{right:0}.context-panel .nav-tabs{padding-left:10px}.context-panel .tab-content{padding:12px;min-height:calc(10%)}.context-panel .tab-pane{height:100%}.content-panel{position:absolute;height:100%;overflow:auto;outline:none !important}
|