diff options
author | Leif Johansson <leifj@sunet.se> | 2011-07-27 15:43:11 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-07-27 15:43:11 +0200 |
commit | 31572d72e6c51a15a4a99cabb1a264edc7567286 (patch) | |
tree | 0588b4d9aa772799f3622ce2882d76164017d8bf /src | |
parent | 87b638ad4acb4974e05b930b16f2e691e60e5591 (diff) |
use macdropdown
Diffstat (limited to 'src')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 639e2e7..6946cf0 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -191,8 +191,8 @@ $(function() { <ul class="ilist"> - <li style="veritcal-align: top; border-right: 1px solid #CECECE; min-height: 300px; padding-right: 20px;"> - <logic:present name="cookieList" scope="request"> + <logic:present name="cookieList" scope="request"> + <li style="veritcal-align: top; border-right: 1px solid #CECECE; min-height: 300px; padding-right: 20px;"> <h2>Recently Used</h2> <ul> <logic:iterate id="site" name="cookieList"> @@ -219,9 +219,9 @@ $(function() { </form> </li> </ul> - </logic:present> - </li> - <li style="veritcal-align: top;"> + </li> + </logic:present> + <li style="vertical-align: top;"> <form method="get" action="<bean:write name="requestURL" />"> <input type="text" name="origin" id="origin" value="" /> <logic:notPresent name="entityID" scope="request"> |