Author: rohitha Date: Thu Jul 10 05:16:36 2008 New Revision: 19091 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19091
Log: Fixed some browser issues on the JSPs and also modified some classes on the style sheet. Modified: trunk/mashup/java/modules/www/css/styles.css trunk/mashup/java/modules/www/mashup.jsp trunk/mashup/java/modules/www/user.jsp Modified: trunk/mashup/java/modules/www/css/styles.css URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/css/styles.css?rev=19091&r1=19090&r2=19091&view=diff ============================================================================== --- trunk/mashup/java/modules/www/css/styles.css (original) +++ trunk/mashup/java/modules/www/css/styles.css Thu Jul 10 05:16:36 2008 @@ -313,7 +313,7 @@ div#taskbar { width: 250px; - *width: 247px; + _width: 244px; float: right; margin: 1em; } Modified: trunk/mashup/java/modules/www/mashup.jsp URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/mashup.jsp?rev=19091&r1=19090&r2=19091&view=diff ============================================================================== --- trunk/mashup/java/modules/www/mashup.jsp (original) +++ trunk/mashup/java/modules/www/mashup.jsp Thu Jul 10 05:16:36 2008 @@ -667,7 +667,7 @@ <% } %> </div> -<div id="activity" class="usergenerated"> +<div id="comments" class="usergenerated"> <div class="heading">Recent Activity</div> <img src="images/blank.gif" width="10" height="5"/> <jsp:include page="activity.jsp"> Modified: trunk/mashup/java/modules/www/user.jsp URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/user.jsp?rev=19091&r1=19090&r2=19091&view=diff ============================================================================== --- trunk/mashup/java/modules/www/user.jsp (original) +++ trunk/mashup/java/modules/www/user.jsp Thu Jul 10 05:16:36 2008 @@ -188,16 +188,13 @@ <%@ include file="header.jsp" %> <%@ include file="searchbox.jsp" %> -<table width="100%" cellspacing="0" cellpadding="0"> + +<table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td> -<div id="taskbar"> - <jsp:include page="taskbar.jsp"/> -</div> -<div id="content" style="min-height: 400px;"> - -<table width="70%" border="0" cellspacing="0" cellpadding="5"> +<div id="content"> +<table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td valign="top"> @@ -218,7 +215,7 @@ onclick="saveEditable('editFullName', 'fullName', '<%=RegistryUtils.getCurrentUser(userRegistry)%>')">save</a>]</span> </span> </div> - <table width="100%"> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="profile_label"> <nobr>user name:</nobr> @@ -375,7 +372,7 @@ href="search.jsp?<%=QueryParamUtils.paramsFromQuery(queryPath, queryParams)%>&format=atom" target="_blank"><img title="Atom feed" src="images/atom.png"/></a></span> </div> - <table width="95%" style="*width:92%; " border="0" cellpadding="3" cellspacing="0" class="data"> + <table width="95%" border="0" cellpadding="3" cellspacing="0" class="data"> <tbody> <tr> <td width="12%" class="headers_left">Name</td> @@ -459,14 +456,18 @@ </div> </tr> </table> - +</div> +</td> +<td> +<div id="taskbar"> + <jsp:include page="taskbar.jsp"/> </div> </td> </tr> </tbody> </table> <%@ include file="footer.jsp" %> -</div> + </div> </div> <!-- the div for the message box. This name is not supposed to be used for any other div in the admin application--> <div id="alertMessageBox" style="display:none;position:absolute;z-index: 600;"> _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
