You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ra...@apache.org on 2012/05/17 19:41:18 UTC

svn commit: r1339737 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/css/common3.css

Author: ramya
Date: Thu May 17 17:41:17 2012
New Revision: 1339737

URL: http://svn.apache.org/viewvc?rev=1339737&view=rev
Log:
AMBARI-297. Modal dialog box for showing deploy progress looks broken in Safari

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/css/common3.css

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1339737&r1=1339736&r2=1339737&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Thu May 17 17:41:17 2012
@@ -2,6 +2,9 @@ Ambari Change log
 
 Release 0.x.x - unreleased
 
+  AMBARI-297. Modal dialog box for showing deploy progress looks broken
+  in Safari (Yusaku Sako via ramya)
+
   AMBARI-244. Implement wipeoff state in puppet (ramya)
 
   AMBARI-246. Add support for parsing yum repo files to understand how to

Modified: incubator/ambari/branches/ambari-186/hmc/css/common3.css
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/css/common3.css?rev=1339737&r1=1339736&r2=1339737&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/css/common3.css (original)
+++ incubator/ambari/branches/ambari-186/hmc/css/common3.css Thu May 17 17:41:17 2012
@@ -72,7 +72,8 @@ span.installationWizardStageNumber {
 }
 
 #txnProgressStatesListId {
-	margin:20px;
+	margin:0;
+	padding:20px;
 	list-style:none;
 }