summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-07-27 19:10:25 +0200
committerLeif Johansson <leifj@sunet.se>2011-07-27 19:10:25 +0200
commit0ed8e5db946937576f13612c9b507f644f4efc84 (patch)
treeed27adcda0e7410e68db9f697167a678f67da98e
parent24bbdd13899745943693e9a7c53e2e6fa40a86e4 (diff)
back to ios menus
-rw-r--r--src/main/webapp/wayf-ndn.jsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp
index 353101b..eb415ff 100644
--- a/src/main/webapp/wayf-ndn.jsp
+++ b/src/main/webapp/wayf-ndn.jsp
@@ -145,8 +145,8 @@
<link type="text/css" href="css/jquery.mcdropdown.min.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.6.2.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
- <script type="text/javascript" src="js/jquery.bgiframe.js"></script>
- <script type="text/javascript" src="js/jquery.mcdropdown.min.js"></script>
+ <!-- script type="text/javascript" src="js/jquery.bgiframe.js"></script>
+ <script type="text/javascript" src="js/jquery.mcdropdown.min.js"></script -->
<title>Identity Provider Selection</title>
<script type="text/javascript">
$(function() {
@@ -278,8 +278,8 @@ $(function() {
<style>
.ios-style, .ios-style ul, .ios-style ol { background: #fff; height: 200px; padding: 2px; width: 260px; }
.ios-style { overflow-x: hidden; overflow-y: auto; }
- .ios-style::-webkit-scrollbar { width: 5px; height: 5px; }
- .ios-style::-webkit-scrollbar-thumb { background: rgba(128, 128, 128, 0.6); border-radius: 4px; }
+ //.ios-style::-webkit-scrollbar { width: 5px; height: 5px; }
+ //.ios-style::-webkit-scrollbar-thumb { background: rgba(128, 128, 128, 0.6); border-radius: 4px; }
.ios-style ul, .ios-style ol { overflow-y: visible; border: none; }
.ios-style.ui-menu-icons .ui-menu-item a { position: inherit; }
.ios-style .ui-menu-item a { cursor: pointer; outline: none; }