You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2015/04/27 12:45:47 UTC

ambari git commit: AMBARI-10759 Remove space between tab name and configs section. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 85e595b14 -> ebea5413f


AMBARI-10759 Remove space between tab name and configs section. (ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ebea5413
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ebea5413
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ebea5413

Branch: refs/heads/trunk
Commit: ebea5413f93eb63e545d12fffd7f8cc1c3a1191b
Parents: 85e595b
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Mon Apr 27 13:27:45 2015 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Mon Apr 27 13:45:36 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/styles/application.less                            | 3 ++-
 ambari-web/app/templates/common/configs/service_config.hbs        | 2 +-
 ambari-web/app/templates/common/configs/service_config_wizard.hbs | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ebea5413/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 761b930..cf0ceee 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -5622,6 +5622,7 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox {
   .section-layout-container {
     width: 104%; // fallback option
     width: ~"calc(100% + 40px)";
+    margin-top: -20px;
     .config-section-table {
       width: 100%;
       border-spacing: 20px;
@@ -5630,7 +5631,7 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox {
       margin: 0 -20px;
       .config-section {
         height: 100%;
-        padding: 30px;
+        padding: 0 30px 20px 30px;
         border: 1px solid #aaa;
         vertical-align: top;
         h4 {

http://git-wip-us.apache.org/repos/asf/ambari/blob/ebea5413/ambari-web/app/templates/common/configs/service_config.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/service_config.hbs b/ambari-web/app/templates/common/configs/service_config.hbs
index e516dc4..8b7ccbe 100644
--- a/ambari-web/app/templates/common/configs/service_config.hbs
+++ b/ambari-web/app/templates/common/configs/service_config.hbs
@@ -92,7 +92,7 @@
     </div>
   </div>
   {{#if view.supportsConfigLayout}}
-    <ul class="nav nav-tabs">
+    <ul class="nav nav-tabs mbm">
       {{#each tab in view.tabs}}
         {{#unless tab.isHiddenByFilter}}
           <li {{bindAttr class="tab.isActive:active" }}>

http://git-wip-us.apache.org/repos/asf/ambari/blob/ebea5413/ambari-web/app/templates/common/configs/service_config_wizard.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/service_config_wizard.hbs b/ambari-web/app/templates/common/configs/service_config_wizard.hbs
index cba158b..6d51e7f 100644
--- a/ambari-web/app/templates/common/configs/service_config_wizard.hbs
+++ b/ambari-web/app/templates/common/configs/service_config_wizard.hbs
@@ -49,7 +49,7 @@
 {{/if}}
 
 {{#if view.supportsConfigLayout}}
-  <ul class="nav nav-tabs">
+  <ul class="nav nav-tabs mbm">
     {{#each tab in view.tabs}}
       <li {{bindAttr class="tab.isActive:active" }}>
         <a href="#" {{bindAttr data-target="tab.headingClass"}} data-toggle="tab">