diff options
author | Leif Johansson <leifj@sunet.se> | 2011-12-03 13:34:59 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-12-03 13:34:59 +0100 |
commit | 86c770cbcf434429a12d89627f73f44abb466631 (patch) | |
tree | 87232b315a9618d9d9437bda1a5c3313d607f3a4 /src | |
parent | dfabefdd96f02c4488a3a1d75c29f885c6ea80ec (diff) |
paint clear link on side of menu
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 baa9587..87f9cd3 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -62,7 +62,7 @@ <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> <logic:present name="cookieList" scope="request"> - <p>Here are some recently used identity providers for your convenience...</p> + <p class="text">Here are some recently used identity providers for your convenience...</p> <ul class="sitelist"> <logic:iterate id="site" name="cookieList"> <logic:present name="entityID" scope="request"> @@ -85,7 +85,7 @@ </logic:notPresent> </logic:iterate> </ul> - <div style="font-size: small; float:right; margin-top: 5px;"><logic:notPresent name="entityID" scope="request"> + <div style="font-size: 75%; float:right; margin-top: 5px;"><logic:notPresent name="entityID" scope="request"> <bean:define id="targ" name="target" /> <bean:define id="shire" name="shire" /> <bean:define id="pid" name="providerId" /> |