Author: prasad
Date: Thu Jan 17 23:50:49 2008
New Revision: 12459
Log:
Fixed MASHUP-538
Modified:
trunk/mashup/java/modules/www/css/styles.css
trunk/mashup/java/modules/www/search.jsp
Modified: trunk/mashup/java/modules/www/css/styles.css
==============================================================================
--- trunk/mashup/java/modules/www/css/styles.css (original)
+++ trunk/mashup/java/modules/www/css/styles.css Thu Jan 17 23:50:49 2008
@@ -270,6 +270,8 @@
background-repeat: no-repeat;
height:24px;
padding-left:24px;
+ display:inherit;
+
}
.more {
Modified: trunk/mashup/java/modules/www/search.jsp
==============================================================================
--- trunk/mashup/java/modules/www/search.jsp (original)
+++ trunk/mashup/java/modules/www/search.jsp Thu Jan 17 23:50:49 2008
@@ -745,7 +745,7 @@
<div id="content">
-<table width="100%" height="300" border="0" cellspacing="0" cellpadding="5">
+<table width="100%" style="*width:97%; " height="300" border="0"
cellpadding="5" cellspacing="0">
<tbody>
<tr>
<td valign="top">
@@ -775,7 +775,7 @@
href="search.jsp?<%=QueryParamUtils.paramsFromQuery(queryPath,
queryParams)%>&format=atom"
target="_blank"><img title="Atom feed"
src="images/atom.png"/></a></span>
</div>
-<table border="0" cellpadding="3" cellspacing="0" class="data">
+<table width="100%" border="0" cellpadding="3" cellspacing="0" class="data">
<tbody>
<% if (results.getResultsType().equals("activity")) { %>
<td class="headers" width="12%" colspan="2">Date</td>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev