diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/webapp/NORDUnet.css | 3 | ||||
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 11 |
2 files changed, 9 insertions, 5 deletions
diff --git a/src/main/webapp/NORDUnet.css b/src/main/webapp/NORDUnet.css index f7c3ef2..c5af77e 100644 --- a/src/main/webapp/NORDUnet.css +++ b/src/main/webapp/NORDUnet.css @@ -300,3 +300,6 @@ color:#FFFFFF; font-size:12px; 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 diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 6f101a4..02a3620 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -165,7 +165,8 @@ $(function() { </table> </div> <div id="container"> - <div id="left"> + <ul class="ilist"> + <li> <div id="nav"> <ul class="site_tree"> <li class="level1"><strong class="level1">About</strong> @@ -183,9 +184,8 @@ $(function() { </ul> <div id="nav_pic"><img src="http://www.nordu.net/resources/pipes.jpg" width="200px" height="395" alt="" /></div> </div> - </div> - <div id="right"> - + </li> + <li> <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="siteLists" scope="request"> @@ -276,7 +276,8 @@ $(function() { </logic:iterate> </div> </logic:present> - </div> + </li> + </ul> </div> <div id="footer"> <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p> |