Author: yusaku
Date: Sat Jan 19 01:17:49 2013
New Revision: 1435438
URL: http://svn.apache.org/viewvc?rev=1435438&view=rev
Log:
AMBARI-1217. Tighten up spacing for the rows in the Hosts table. (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=1435438&r1=1435437&r2=1435438&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Sat Jan 19 01:17:49 2013
@@ -17,6 +17,8 @@ Trunk (unreleased changes):
IMPROVEMENTS
+ AMBARI-1217. Tighten up spacing for the rows in the Hosts table. (yusaku)
+
AMBARI-1216. Add filters module. (yusaku)
AMBARI-1215. Refactor hostComponent isSlaves and isMaster and add update
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=1435438&r1=1435437&r2=1435438&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/styles/application.less (original)
+++ incubator/ambari/trunk/ambari-web/app/styles/application.less Sat Jan 19
01:17:49 2013
@@ -1237,6 +1237,9 @@ a:focus {
float: right;
}
}
+ .progress{
+ margin-bottom: 0;
+ }
.table {
//margin-bottom: 0;
thead {