浏览代码

HUE-6077 [frontend] Added hueach to both versions

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

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


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


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

@@ -1173,11 +1173,6 @@ div.navigator .pull-right .nav {
   background-color: #EEE;
 }
 
-.hueach {
-  position: relative;
-  width: 100%;
-}
-
 .valign-middle {
   vertical-align: middle;
 }

+ 6 - 1
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -127,4 +127,9 @@
 
 .hue-uncheck::before {
   line-height: 16px;
-}
+}
+
+.hueach {
+  position: relative;
+  width: 100%;
+}

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