summaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-25 21:57:22 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-25 21:57:22 +0100
commita8875cd0a1f10b28fe33a898c7e2ba910091778a (patch)
tree651f357b503f92fa735ef4433a480a2bfd9292d6 /src/main/webapp
parent06eb77b5f67fe8ab583eb3f04d32e8927c2a4516 (diff)
tabbed layout
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/NORDUnet.css5
-rw-r--r--src/main/webapp/wayf-ndn.jsp2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/main/webapp/NORDUnet.css b/src/main/webapp/NORDUnet.css
index 73ae8ae..ced520d 100644
--- a/src/main/webapp/NORDUnet.css
+++ b/src/main/webapp/NORDUnet.css
@@ -302,4 +302,7 @@ font-weight:bold;
}
ul.ilist { list-style: none inside; margin: 0; padding 0; padding-left: 0px}
-.ilist > li { display: inline-block; margin: 0; padding 0; } \ No newline at end of file
+.ilist > li { display: inline-block; margin: 0; padding 0; }
+
+ul.clist { list-style: none inside; margin: 0; padding 0; padding-left: 0px}
+.clist > li { display: block; margin: 0; padding 0; }
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp
index 49bd428..5ab403d 100644
--- a/src/main/webapp/wayf-ndn.jsp
+++ b/src/main/webapp/wayf-ndn.jsp
@@ -117,7 +117,7 @@
</ul>
<logic:iterate id="siteset" name="siteLists">
<div id="<jsp:getProperty name="siteset" property="name"/>">
- <ul class="ilist">
+ <ul class="clist">
<logic:iterate id="site" name="siteset" property="sites">
<logic:present name="entityID" scope="request">
<bean:define id="returnIDParam" name="returnIDParam"/>