浏览代码

HUE-6077 [frontend] Put session-config css cross version

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

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


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


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

@@ -187,4 +187,45 @@ input[type='password']::-ms-reveal {
 
 
 .card {
 .card {
   background-color: @cui-white;
   background-color: @cui-white;
+}
+
+.session-config {
+  .session-actions {
+    display: inline-block;
+    font-size: 13px;
+    margin-top: -2px;
+    margin-left: 15px;
+    vertical-align: text-top;
+  }
+  .config-property {
+    display: inline !important;
+  }
+
+  .config-property-available {
+    margin-left: 0 !important;
+    margin-top: 10px;
+  }
+
+  .config-property-add-value {
+    margin-top: -8px !important;
+    margin-bottom: 20px;
+  }
+
+  .config-property-input-small {
+    width: 120px !important;
+  }
+
+  .config-property-input-mini {
+    width: 90px !important;
+  }
+
+  .config-label {
+    text-align: left !important;
+    margin-left: 0 !important;
+  }
+
+  .config-property-remove {
+    float: right;
+    margin-top: 2px !important;
+  }
 }
 }

+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -812,7 +812,7 @@ a:visited {
 .context-panel {
 .context-panel {
   position: fixed;
   position: fixed;
   background: @cui-white;
   background: @cui-white;
-  height: calc(30%);
+  height: calc(40%);
   top: 113px;
   top: 113px;
   z-index: 401;
   z-index: 401;
   overflow-y: auto;
   overflow-y: auto;

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


+ 0 - 40
desktop/libs/notebook/src/notebook/static/notebook/less/notebook.less

@@ -950,14 +950,6 @@
     z-index: 3000 !important;
     z-index: 3000 !important;
   }
   }
 
 
-  .session-actions {
-    display: inline-block;
-    font-size: 13px;
-    margin-top: -3px;
-    margin-left: 15px;
-    vertical-align: text-top;
-  }
-
   #saveResultsModal .overlay {
   #saveResultsModal .overlay {
     background: black;
     background: black;
     opacity: 0.5;
     opacity: 0.5;
@@ -1043,38 +1035,6 @@
     font-style: italic;
     font-style: italic;
   }
   }
 
 
-  .session-config .config-property {
-    display: inline !important;
-  }
-
-  .session-config .config-property-available {
-    margin-left: 0 !important;
-    margin-top: 10px;
-  }
-
-  .session-config  .config-property-add-value {
-    margin-top: -8px !important;
-    margin-bottom: 20px;
-  }
-
-  .session-config .config-property-input-small {
-    width: 120px !important;
-  }
-
-  .session-config .config-property-input-mini {
-    width: 90px !important;
-  }
-
-  .session-config .config-label {
-    text-align: left !important;
-    margin-left: 0 !important;
-  }
-
-  .session-config .config-property-remove {
-    float: right;
-    margin-top: 2px !important;
-  }
-
   #schedulerEditor .container-fluid, #schedulerEditor .card-heading, #schedulerEditor .card-body {
   #schedulerEditor .container-fluid, #schedulerEditor .card-heading, #schedulerEditor .card-body {
     padding: 0;
     padding: 0;
   }
   }

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