浏览代码

HUE-7030 [jb] Style Oozie SLA not available page

Enrico Berti 8 年之前
父节点
当前提交
6d9dab392c

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 0 - 10
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -96,16 +96,6 @@ div.locked {
   text-decoration: none;
 }
 
-.empty-wrapper {
-  margin-top: 50px;
-  color: #BBB;
-  line-height: 60px;
-}
-
-.empty-wrapper i {
-  font-size: 148px;
-}
-
 /*
  * Advanced options
  */

+ 9 - 0
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -522,3 +522,12 @@ ul.errorlist {
 .move {
   cursor: move;
 }
+
+.empty-wrapper {
+  margin-top: 50px;
+  color: @cui-gray-500;
+  line-height: 60px;
+  i {
+    font-size: 100px;
+  }
+}

部分文件因为文件数量过多而无法显示