You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jg...@apache.org on 2006/03/28 21:01:55 UTC

svn commit: r389577 - /geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/selectDownload.jsp

Author: jgenender
Date: Tue Mar 28 11:01:53 2006
New Revision: 389577

URL: http://svn.apache.org/viewcvs?rev=389577&view=rev
Log:
Add patch for IE browser

Modified:
    geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/selectDownload.jsp

Modified: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/selectDownload.jsp
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/selectDownload.jsp?rev=389577&r1=389576&r2=389577&view=diff
==============================================================================
--- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/selectDownload.jsp (original)
+++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/selectDownload.jsp Tue Mar 28 11:01:53 2006
@@ -111,8 +111,8 @@
         <br/>
         <div>
             <div id="progressMeterText"></div>
-            <div id="progressMeterShell" style="display: none; width: 350px; height: 20px; border: 1px inset; background: #eee; text-align: center;">
-                <div id="progressMeterBar" style="width: 0; height: 20px; border-right: 1px solid #444; background: #9ACB34; text-align: center;"></div>
+            <div id="progressMeterShell" style="display: none; width: 350px; height: 20px; border: 1px inset; background: #eee;">
+                <div id="progressMeterBar" style="width: 0; height: 20px; border-right: 1px solid #444; background: #9ACB34;"></div>
             </div>
         </div>
     </div>