diff options
Diffstat (limited to 'src/main/webapp')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 8520fff..56cd98e 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -99,7 +99,7 @@ <input type="hidden" name="returnX" value="<bean:write name="returnX" />" /> <input type="hidden" name="returnIDParam" value="<bean:write name="returnIDParam" />" /> </logic:present> - <input tabindex="20" class="button" type="submit" value="Clear List" /> + <div class="button"><input tabindex="20" class="button" type="submit" value="Clear List" /></div> </form> </logic:present> <h2>Full list of identity providers</h2> @@ -128,7 +128,7 @@ </logic:iterate> </select> <input type="hidden" name="cache" value="perm" /> - <!-- input type="submit" class="button" id="originsubmit" value="Select" tabindex="50" / --> + <div class="button"><input type="submit" id="originsubmit" value="Select" tabindex="50" /></div> </div> </span> </logic:present> |