diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-25 22:24:16 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-25 22:24:16 +0100 |
commit | ac47a1abddc485f06b7c2ab9c59e372a07305ca4 (patch) | |
tree | 6fe571b9449dc6f9d33a8644f3136d853978001d | |
parent | 2828373477243ec4025ee87debe4125963ff6b19 (diff) |
tabbed layout
-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"> |