Author: chanaka Date: Tue Jun 24 02:59:04 2008 New Revision: 18595 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18595
Log: Fixed 2 UI issues 1 - Menu position problem in Local Registry page(IE7) 2 - Text overlapping problem in ESB home page (IE7) Modified: trunk/esb/java/modules/distribution/src/main/www/about.html trunk/esb/java/modules/distribution/src/main/www/extensions/core/css/wso2-esb.css trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/system_status.xsl trunk/esb/java/modules/distribution/src/main/www/faq.html trunk/esb/java/modules/distribution/src/main/www/forgot_password.html trunk/esb/java/modules/distribution/src/main/www/sign_in_help.html Modified: trunk/esb/java/modules/distribution/src/main/www/about.html URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/www/about.html?rev=18595&r1=18594&r2=18595&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/www/about.html (original) +++ trunk/esb/java/modules/distribution/src/main/www/about.html Tue Jun 24 02:59:04 2008 @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="iso-8859-1"?> <!-- ~ Copyright (c) 2005-2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ Modified: trunk/esb/java/modules/distribution/src/main/www/extensions/core/css/wso2-esb.css URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/www/extensions/core/css/wso2-esb.css?rev=18595&r1=18594&r2=18595&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/www/extensions/core/css/wso2-esb.css (original) +++ trunk/esb/java/modules/distribution/src/main/www/extensions/core/css/wso2-esb.css Tue Jun 24 02:59:04 2008 @@ -2102,7 +2102,10 @@ border-top: none; background-color: #dfdfdf; } - +div#addentrymenu{ + *margin-left:-185px; + *margin-top:-100px; +} div#yuimenu li.selected, div#addendpointmenu li.selected, div#addentrymenu li.selected, div#addanonymouseendpointmenu li.selected, div#addsendmediatorendpointmenu li.selected, div#addendpointchildmenu li.selected { background-color:#cccccc; Modified: trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/system_status.xsl URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/system_status.xsl?rev=18595&r1=18594&r2=18595&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/system_status.xsl (original) +++ trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/system_status.xsl Tue Jun 24 02:59:04 2008 @@ -101,7 +101,7 @@ The <a href="#" onclick="javascript:showEntries(); return false;">Local Registry</a> is a simple list of items embedded within the configuration, while the <a href="#" onclick="javascript:showESBRegistry(); return false;">Integrated Registry</a> is a more powerful implementation that allows resources to be stored and retrieved dynamically from an integrated repository.</p> <br/><br/> - <p> + <p style="*margin-top:-20px;*padding-bottom:40px;*padding-top:*20px;"> The WSO2 ESB console also offers a simple way to view <a href="#" onclick="javascript:manageSystem(); return false;" title="View system information">system information</a> and <a href="#" onclick="javascript:showStatistics(); return false;" title="View system statistics">statistics</a>, as well as viewing <a href="#" onclick="javascript:viewLogs(); return false;" title="View system logs">system logs</a> and <a href="#" onclick="javascript:viewTraceLogs(); return false;" title="View trace logs">traces</a>. </p> </div> Modified: trunk/esb/java/modules/distribution/src/main/www/faq.html URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/www/faq.html?rev=18595&r1=18594&r2=18595&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/www/faq.html (original) +++ trunk/esb/java/modules/distribution/src/main/www/faq.html Tue Jun 24 02:59:04 2008 @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="iso-8859-1"?> <!-- ~ Copyright (c) 2005-2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ Modified: trunk/esb/java/modules/distribution/src/main/www/forgot_password.html URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/www/forgot_password.html?rev=18595&r1=18594&r2=18595&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/www/forgot_password.html (original) +++ trunk/esb/java/modules/distribution/src/main/www/forgot_password.html Tue Jun 24 02:59:04 2008 @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="iso-8859-1"?> <!-- ~ Copyright (c) 2005-2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ Modified: trunk/esb/java/modules/distribution/src/main/www/sign_in_help.html URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/www/sign_in_help.html?rev=18595&r1=18594&r2=18595&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/www/sign_in_help.html (original) +++ trunk/esb/java/modules/distribution/src/main/www/sign_in_help.html Tue Jun 24 02:59:04 2008 @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="iso-8859-1"?> <!-- ~ Copyright (c) 2005-2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
