Project

General

Profile

« Previous | Next » 

Revision 3581

Added by walbridge over 16 years ago

Modified resultset to allow seperator <tr> to have an additional lead <td> element for styling NCEAS skin

View differences:

lib/style/common/resultset-table.xsl
44 44
					if there are not then don't show the query results -->
45 45
				<xsl:if test="count(resultset/document) &gt; 0">
46 46

  
47
					<table width="95%" align="center" border="0"
47
					<table class="resultstable" width="95%" align="center" border="0"
48 48
						cellpadding="0" cellspacing="0">
49 49
						<tr>
50 50
							<th class="tablehead_lcorner" align="right"
......
280 280
								<td width="10">&#160;</td>
281 281
							</tr>
282 282
							<tr>
283
                <td></td>
283
                <td width="10" class="searchresultslead"></td>
284 284
								<td colspan="5" class="searchresultsdivider">&#160;</td>
285 285
							</tr>
286 286

  

Also available in: Unified diff