diff options
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 823659a..b96282c 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -315,13 +315,13 @@ <div id="nav_pic"><img src="images/pipes.jpg" width="200px" height="395" alt="" /></div> </div> </li> - <li style="vertical-align: top;"> + <li style="vertical-align: top; padding-left: 20px;"> <h1>Select an identity provider</h1> <p class="text">The service you are trying to use require that you identify yourself. Please select your identity provider below...</p> <ul class="ilist"> <logic:present name="cookieList" scope="request"> - <li style="veritcal-align: top; border-right: 1px solid #CECECE; min-height: 300px; padding-right: 20px;"> + <li style="veritcal-align: top;"> <h2>Recently Used</h2> <ul class="sitelist" style="margin-bottom: 50px;"> <logic:iterate id="site" name="cookieList"> @@ -345,8 +345,9 @@ <input tabindex="20" type="submit" value="Clear List" /> </form> </li> + <li style="vertical-align: top; border-right: 1px solid #CECECE; min-height: 300px; padding-right: 20px; padding-left: 20px;"> </li> </logic:present> - <li style="vertical-align: top; padding-left: 20px;"> + <li style="vertical-align: top;"> <h2>Full list of identity providers</h2> <!-- form id="selector" method="get" action="<bean:write name="requestURL" />"> <input type="hidden" name="action" value="selection"/> |