diff options
author | Leif Johansson <leifj@sunet.se> | 2011-07-27 19:10:25 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-07-27 19:10:25 +0200 |
commit | 0ed8e5db946937576f13612c9b507f644f4efc84 (patch) | |
tree | ed27adcda0e7410e68db9f697167a678f67da98e /src/main/webapp/wayf-ndn.jsp | |
parent | 24bbdd13899745943693e9a7c53e2e6fa40a86e4 (diff) |
back to ios menus
Diffstat (limited to 'src/main/webapp/wayf-ndn.jsp')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 8 |
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; } |