Improve table style
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 22 Nov 2013 18:30:11 +0000 (18:30 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 22 Nov 2013 18:30:11 +0000 (18:30 +0000)
website/ReportSequenceProtein.jsp

index c7473a2..65ee824 100644 (file)
                        <tbody>
                                <c:forEach items="${results}" var="res" varStatus="status">
                                        <c:set var="ann" value="${res.predictions}"/>
-                                       <tr>
+                                       <tr  style="border-bottom: double">
                                                <th rowspan="${ann.mapsize + 2}"><a title="Click to view the job log" href="ServletLogInfo?IdJob=${res.id}">${res.id}</a></th>
                                        </tr>
-                                       <tr>
+                                       <tr style="border-bottom: double ">
                                                <td style="text-align: center; font-weight: bold; font-family: monospace" >Protein Sequence</td>
                                                <!--  <td style="text-align: left; border-buttom: dotted; font-family: monospace"><c:out value="${res.prot}" /></td> -->
                                                <c:if test="${flag == 'whole'}">