You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/02/02 03:18:37 UTC

svn commit: r1441683 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/styles/apps.less

Author: yusaku
Date: Sat Feb  2 02:18:37 2013
New Revision: 1441683

URL: http://svn.apache.org/viewvc?rev=1441683&view=rev
Log:
AMBARI-1329. Adjust job browser column sizing. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/styles/apps.less

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1441683&r1=1441682&r2=1441683&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Sat Feb  2 02:18:37 2013
@@ -37,6 +37,8 @@ Trunk (unreleased changes):
  accessible for demo/test purposes. (mahadev)
 
  IMPROVEMENTS
+
+ AMBARI-1329. Adjust job browser column sizing. (yusaku)
  
  AMBARI-1327. Add Hosts. Remove existig hosts display. (Alexandr Antonenko via jspeidel)
 

Modified: incubator/ambari/trunk/ambari-web/app/styles/apps.less
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/styles/apps.less?rev=1441683&r1=1441682&r2=1441683&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/styles/apps.less (original)
+++ incubator/ambari/trunk/ambari-web/app/styles/apps.less Sat Feb  2 02:18:37 2013
@@ -75,7 +75,7 @@
     .col0,
     td:first-child,
     th:first-child {
-      width: 15%;
+      width: 16%;
     }
     .col1,
     td:first-child + td + td,