Changeset 22689
- Timestamp:
- 03/09/10 11:59:34 (17 months ago)
- Location:
- branches/mnw21/pathquery_refactor/intermine/webapp/main/resources/webapp
- Files:
-
- 2 edited
-
css/template.css (modified) (1 diff)
-
template.jsp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/mnw21/pathquery_refactor/intermine/webapp/main/resources/webapp/css/template.css
r22574 r22689 51 51 .templateConstraintHelp a { 52 52 font-size: 1.1em; 53 margin-left: 5px;53 margin-left: 10px; 54 54 } 55 55 -
branches/mnw21/pathquery_refactor/intermine/webapp/main/resources/webapp/template.jsp
r22685 r22689 233 233 </c:otherwise> 234 234 </c:choose> 235 </td> 235 236 236 237 <%-- help link --%> 237 <c:if test="${!empty dec.helpMessage}"> 238 <span class="templateConstraintHelp"><im:helplink text="${dec.helpMessage}"/></span> 239 </c:if> 238 <td rowspan="0"> 239 <c:if test="${!empty dec.helpMessage}"> 240 <span class="templateConstraintHelp"><im:helplink text="${dec.helpMessage}"/></span> 241 </c:if> 240 242 </td> 241 243 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
