소스 검색

HUE-5821 [core] Add the first round of compressed CSS files

Enrico Berti 8 년 전
부모
커밋
10ab8d0

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 14 - 192
apps/metastore/src/metastore/static/metastore/css/metastore.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 14 - 1083
desktop/core/src/desktop/static/desktop/css/hue.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 14 - 678
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 15 - 81
desktop/libs/notebook/src/notebook/static/notebook/css/notebook-layout.css

@@ -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}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 14 - 1052
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.