Browse Source

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 years ago
parent
commit
4ea57553dc
2 changed files with 7 additions and 0 deletions
  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
  IMPROVEMENTS
 
 
+ AMBARI-2040. Customize Services page: reduce padding to prevent tabs from
+ wrapping. (yusaku)
+
  AMBARI-1388. Document management API. (tbeerbower)
  AMBARI-1388. Document management API. (tbeerbower)
 
 
  AMBARI-2030. Make frontend changes to account for the host component status
  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;
       height: 200px;
     }
     }
   }
   }
+  .nav-tabs > li > a {
+    padding-left: 8px;
+    padding-right: 8px;
+  }
 }
 }
 
 
 a:focus {
 a:focus {