diff options
author | Leif Johansson <leifj@sunet.se> | 2011-07-27 02:08:19 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-07-27 02:08:19 +0200 |
commit | 87b638ad4acb4974e05b930b16f2e691e60e5591 (patch) | |
tree | c96c935a823e56c6da0be3d05381b934b9ba546a /src | |
parent | e59514f6ec928ffa548c285e62becc031f47a650 (diff) |
use macdropdown
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 90bc7a8..639e2e7 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -191,7 +191,7 @@ $(function() { <ul class="ilist"> - <li style="veritcal-align: top;"> + <li style="veritcal-align: top; border-right: 1px solid #CECECE; min-height: 300px; padding-right: 20px;"> <logic:present name="cookieList" scope="request"> <h2>Recently Used</h2> <ul> @@ -221,7 +221,7 @@ $(function() { </ul> </logic:present> </li> - <li style="veritcal-align: top; border-left: 1px solid #CECECE;"> + <li style="veritcal-align: top;"> <form method="get" action="<bean:write name="requestURL" />"> <input type="text" name="origin" id="origin" value="" /> <logic:notPresent name="entityID" scope="request"> |