diff options
Diffstat (limited to 'src/main')
-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 d682f0e..18a1d1f 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -57,7 +57,7 @@ <div id="nav_pic"><img src="images/pipes.jpg" width="200px" height="395" alt="" /></div> </div> </li> - <li style="vertical-align: top; padding-left: 20px;"> + <li style="vertical-align: top; padding-left: 20px; width: 80%;"> <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> @@ -106,7 +106,7 @@ </li> <li style="vertical-align: top; border-right: 1px solid #CECECE; min-height: 300px; margin-right: 20px; padding-left: 20px;"> </li> </logic:present> - <li style="vertical-align: top;"> + <li style="vertical-align: top; width: 65%;"> <h2>Full list of identity providers</h2> <logic:present name="siteLists" scope="request"> <div id="sites"> |