浏览代码

HUE-6077 [frontend] Get rid of fileChooserBtn height on all the apps

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

+ 0 - 5
apps/beeswax/src/beeswax/templates/execute.mako

@@ -984,11 +984,6 @@ ${ assist.assistPanel() }
     float: right;
   }
 
-  .fileChooserBtn {
-    border-radius: 0 3px 3px 0;
-    height: 31px;
-  }
-
   .CodeMirror {
     border: 1px solid #eee;
     margin-bottom: 20px;

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


+ 0 - 4
apps/metastore/src/metastore/static/metastore/less/metastore.less

@@ -158,10 +158,6 @@ h2.card-heading {
   font-weight: 300;
 }
 
-.fileChooserBtn {
-  height: 29px!important;
-}
-
 .acl-panel {
   border-left: 1px solid #e5e5e5;
   padding-top: 6px;

文件差异内容过多而无法显示
+ 0 - 0
apps/oozie/src/oozie/static/oozie/css/common-editor.css


文件差异内容过多而无法显示
+ 0 - 0
apps/oozie/src/oozie/static/oozie/css/workflow.css


+ 0 - 4
apps/oozie/src/oozie/static/oozie/less/common-editor.less

@@ -69,10 +69,6 @@ input[type="text"].with-errors, textarea.with-errors {
   border: solid 1px #EE5F5B;
 }
 
-.fileChooserBtn {
-  height: 31px;
-}
-
 input[type="text"].filechooser-input.input-xlarge {
   width: 270px;
 }

+ 0 - 4
apps/oozie/src/oozie/static/oozie/less/workflow.less

@@ -229,7 +229,3 @@ ul {
   border:1px solid #DDD!important;
   border-top:0!important;
 }
-
-.fileChooserBtn {
-  height: 30px;
-}

+ 0 - 6
apps/pig/src/pig/templates/app.mako

@@ -745,12 +745,6 @@ ${ commonshare() | n,unicode }
 <link rel="stylesheet" href="${ static('pig/css/pig.css') }">
 <link rel="stylesheet" href="${ static('desktop/ext/css/codemirror.css') }">
 
-<style type="text/css">
-  .fileChooserBtn {
-    border-radius: 0 3px 3px 0;
-  }
-</style>
-
 <script type="text/javascript">
   var LABELS = {
     KILL_ERROR: "${ _('The Pig job could not be killed.') }",

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


+ 0 - 5
apps/security/src/security/static/security/less/security.less

@@ -277,11 +277,6 @@ h1.emptyMessage {
   overflow-y: scroll;
 }
 
-.fileChooserBtn {
-  height: 31px;
-  border-left: 0;
-}
-
 .bulk-action-description {
   display: none;
 }

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


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


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

@@ -683,10 +683,6 @@ html.modal-open {
  cursor: pointer!important;
 }
 
-.inline {
-  display: inline;
-}
-
 .actionbar-creation {
   margin: 0;
 }

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

@@ -228,4 +228,8 @@ input[type='password']::-ms-reveal {
     float: right;
     margin-top: 2px !important;
   }
-}
+}
+
+.inline {
+  display: inline;
+}

+ 0 - 4
desktop/libs/indexer/src/indexer/templates/indexer.mako

@@ -91,10 +91,6 @@ ${ assist.assistPanel() }
     overflow-x: hidden;
   }
 
-  .fileChooserBtn {
-    height: 29px;
-  }
-
   .form-control.path {
     vertical-align: top;
   }

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