diff options
author | Leif Johansson <leifj@sunet.se> | 2011-07-27 16:18:04 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-07-27 16:18:04 +0200 |
commit | bc4cc89a7b09f366d9e3e2125d5128d4c572c124 (patch) | |
tree | 61d6e0277a5214231e08b87a718fccfe01b17329 /src | |
parent | 0a400b4f677dfd313bedfff4bafeaf6ce2536759 (diff) |
use macdropdown
Diffstat (limited to 'src')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 40f610c..8b26d86 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -219,7 +219,8 @@ $(function() { </ul> </li> </logic:present> - <li style="vertical-align: top;"> + <li style="vertical-align: top; padding-left: 20px;"> + <h2>Full list of identity providers</h2> <form method="get" action="<bean:write name="requestURL" />"> <input type="hidden" name="action" value="selection"/> <input type="text" name="origin" id="origin" value="" /> |