diff options
Diffstat (limited to 'demos/selectmenu')
-rw-r--r-- | demos/selectmenu/custom_render.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/selectmenu/custom_render.html b/demos/selectmenu/custom_render.html index 64791cb98..c7a08c36b 100644 --- a/demos/selectmenu/custom_render.html +++ b/demos/selectmenu/custom_render.html @@ -46,7 +46,7 @@ }); </script> <style> - form { margin: 100px 0 0 0 } + form { margin: 50px 0 0 0 } h2 { margin: 30px 0 0 0 } fieldset { border: 0; } label { display: block; } @@ -73,7 +73,7 @@ <form action="#"> - <h2>"popup" style with framework icons</h2> + <h2>Selectmenu with framework icons</h2> <fieldset> <label for="files">Select a File:</label> <select name="files" id="files"> @@ -85,9 +85,9 @@ </select> </fieldset> - <h2>"popup" style with custom icon images</h2> + <h2>Selectmenu with custom icon images</h2> <fieldset> - <label for="filesB">Select a File:</label> + <label for="filesB">Select a podcast:</label> <select name="filesB" id="filesB"> <option value="mypodcast" class="podcast">John Resig Podcast</option> <option value="myvideo" class="video">Scott Gonzales Video</option> @@ -95,7 +95,7 @@ </select> </fieldset> - <h2>"dropdown" style with custom avatar 16x16 images as CSS background</h2> + <h2>Selectmenu with custom avatar 16x16 images as CSS background</h2> <fieldset> <label for="peopleA">Select a Person:</label> <select name="peopleA" id="peopleA"> |