r2712 - some minor content changes to demo page

r2712 - some minor content changes to demo page


Author: scottjehl
Date: Thu Jun 11 15:23:58 2009
New Revision: 2712
Modified:
branches/labs/selectmenu/index.html
Log:
some minor content changes to demo page
Modified: branches/labs/selectmenu/index.html
==============================================================================
--- branches/labs/selectmenu/index.html    (original)
+++ branches/labs/selectmenu/index.html    Thu Jun 11 15:23:58 2009
@@ -10,8 +10,8 @@
    <script type="text/javascript" src="ui.selectmenu.js"></script>
    <style type="text/css">
        /*demo styles*/
-        body {font-size: 62.5%; font-family:"Verdana",sans-serif; margin: 100px;}
-        fieldset { border:0; display: block; margin-bottom: 40px;}    
+        body {font-size: 62.5%; font-family:"Verdana",sans-serif; margin: 10px;}
+        fieldset { border:0; display: block; margin-bottom: 20px;}    
        label,select,.ui-select-menu { float: left; margin-right: 10px; }
        select { width: 200px; }
    </style>
@@ -55,11 +55,11 @@
        
    </script>
    <script type="text/javascript"
src="http://ui.jquery.com/applications/themeroller/themeswitchertool/"></script>
-<script type="text/javascript"> $(function(){ $('<div style="position:
absolute; top: 20px; left: 20px;" />').appendTo('body').themeswitcher();
}); </script>
+<script type="text/javascript"> $(function(){ $('<div style="position:
absolute; top: 20px; right: 10px;" />').appendTo('body').themeswitcher();
}); </script>
</head>
<body>
    <form action="#">
-        <h2>Default: "popup" Style
(<code>$('select#speedA').selectmenu();</code>)</h2>
+        <h2>Default: "popup" Style</h2>
        <fieldset>
            <label for="speedA">Select a Speed:</label>
            <select name="speedA" id="speedA">