Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
4ea57553dc
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  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 {