r2895 - added theme switcher

r2895 - added theme switcher


Author: scottjehl
Date: Wed Jul 8 13:20:17 2009
New Revision: 2895
Modified:
branches/dev/tooltip/tests/static/tooltip/all.html
Log:
added theme switcher
Modified: branches/dev/tooltip/tests/static/tooltip/all.html
==============================================================================
--- branches/dev/tooltip/tests/static/tooltip/all.html    (original)
+++ branches/dev/tooltip/tests/static/tooltip/all.html    Wed Jul 8 13:20:17
2009
@@ -29,15 +29,12 @@
    
    
    <style type="text/css">
-        .ui-tooltip {
-            position: relative;
-            margin: 40px;
-            float: left;
-        }
+        .ui-tooltip {position: relative;margin: 40px;float: left;}
        h2 { clear: left; }
-    
    </style>
-    
+    <!-- jQuery UI theme switcher -->
+        <script type="text/javascript"
src="http://ui.jquery.com/applications/themeroller/themeswitchertool/"></script>
+        <script type="text/javascript"> $(function(){ $('<div style="position:
absolute; right: 20px; top: 20px;"
/>').appendTo('body').themeswitcher({onSelect: function(){
setTimeout(fixToolTipColor, 400); }}); });</script>
    
</head>
<body>