diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-25 23:58:26 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-25 23:58:26 +0100 |
commit | 71227b3bd08a57f9ae9acd733d554019ab2412ab (patch) | |
tree | aa685fb7a1079da43c3acfbd4db56d2103d1cc94 /src | |
parent | 3abba3b6b5018474cfce5fc90b72f4ce8ed73d8e (diff) |
tabbed layout
Diffstat (limited to 'src')
-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 489fd6a..e5d1b18 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -58,7 +58,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; width: 80%;"> + <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> @@ -107,7 +107,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; width: 65%;"> + <li style="vertical-align: top;"> <h2>Full list of identity providers</h2> <logic:present name="sites" scope="request"> <form style="margin-bottom: 10px;" method="get" action="<bean:write name="requestURL" />"> |