浏览代码

AMBARI-2040. Customize Services page: reduce padding to prevent tabs from wrapping. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1478117 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年之前
父节点
当前提交
4ea57553dc
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 3 0
      CHANGES.txt
  2. 4 0
      ambari-web/app/styles/application.less

+ 3 - 0
CHANGES.txt

@@ -283,6 +283,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-2040. Customize Services page: reduce padding to prevent tabs from
+ wrapping. (yusaku)
+
  AMBARI-1388. Document management API. (tbeerbower)
 
  AMBARI-2030. Make frontend changes to account for the host component status

+ 4 - 0
ambari-web/app/styles/application.less

@@ -639,6 +639,10 @@ h1 {
       height: 200px;
     }
   }
+  .nav-tabs > li > a {
+    padding-left: 8px;
+    padding-right: 8px;
+  }
 }
 
 a:focus {