Author: yusaku
Date: Wed May 1 17:48:29 2013
New Revision: 1478117
URL: http://svn.apache.org/r1478117
Log:
AMBARI-2040. Customize Services page: reduce padding to prevent tabs from
wrapping. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/styles/application.less
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1478117&r1=1478116&r2=1478117&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May 1 17:48:29 2013
@@ -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
Modified: incubator/ambari/trunk/ambari-web/app/styles/application.less
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/styles/application.less?rev=1478117&r1=1478116&r2=1478117&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/styles/application.less (original)
+++ incubator/ambari/trunk/ambari-web/app/styles/application.less Wed May 1
17:48:29 2013
@@ -639,6 +639,10 @@ h1 {
height: 200px;
}
}
+ .nav-tabs > li > a {
+ padding-left: 8px;
+ padding-right: 8px;
+ }
}
a:focus {