Browse Source

HUE-6436 [editor] Fix context popover file tree layout

Johan Ahlen 8 years ago
parent
commit
71ce5f4

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


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

@@ -629,14 +629,6 @@ input.no-margin, select.no-margin {
   word-wrap: break-word
 }
 
-.jHueHdfsTree .content {
-  margin-left: 14px;
-}
-
-.jHueHdfsTree a.selected {
-  font-weight: bold;
-}
-
 .badge-left {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;

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

@@ -419,3 +419,11 @@ ul.errorlist {
   box-shadow: none !important;
   margin-left: -1px;
 }
+
+.jHueHdfsTree .content {
+  margin-left: 14px;
+}
+
+.jHueHdfsTree a.selected {
+  font-weight: bold;
+}

Some files were not shown because too many files changed in this diff