You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2013/11/21 20:11:44 UTC

git commit: AMBARI-3838. Services sidebar for host configs needs vertical gap. (Mikhail Bayuk via srimanth)

Updated Branches:
  refs/heads/trunk 0b66c706e -> c778c7312


AMBARI-3838. Services sidebar for host configs needs vertical gap. (Mikhail Bayuk via srimanth)


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

Branch: refs/heads/trunk
Commit: c778c731212eb575d3563bf04a02630c576cad96
Parents: 0b66c70
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Thu Nov 21 11:11:30 2013 -0800
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Thu Nov 21 11:11:30 2013 -0800

----------------------------------------------------------------------
 ambari-web/app/styles/application.less         | 5 +++++
 ambari-web/app/templates/main/host/configs.hbs | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c778c731/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index b540f1e..f911d7f 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -594,6 +594,11 @@ h1 {
   margin: 0 auto;
 }
 
+#services-menu {
+  margin-top: 20px;
+  padding: 8px 0;
+}
+
 #serviceConfig {
   margin-top: 20px;
   .alert{

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c778c731/ambari-web/app/templates/main/host/configs.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/host/configs.hbs b/ambari-web/app/templates/main/host/configs.hbs
index 81a6694..9a05b81 100644
--- a/ambari-web/app/templates/main/host/configs.hbs
+++ b/ambari-web/app/templates/main/host/configs.hbs
@@ -17,7 +17,7 @@
 }}
 
 <div class="row-fluid">
-  <div id="services-menu" class="well span2" style="padding: 8px 0">
+  <div id="services-menu" class="well span2">
     {{view App.MainHostServiceMenuView}}
   </div>
   <div class="span10">