diff options
author | Felix Nagel <info@felixnagel.com> | 2013-03-09 14:26:13 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-03-09 14:26:13 +0100 |
commit | 5a9a80f86cc7844e7357af834c61cc14431110d1 (patch) | |
tree | df939f6db8452b2322cc934fd3237b87bb6b5fa0 /demos/selectmenu/custom_render.html | |
parent | e2235bd568f791364173047dd81e7392e6c2dec6 (diff) | |
download | jquery-ui-5a9a80f86cc7844e7357af834c61cc14431110d1.tar.gz jquery-ui-5a9a80f86cc7844e7357af834c61cc14431110d1.zip |
Selectmenu: improve custom render demo
Diffstat (limited to 'demos/selectmenu/custom_render.html')
-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"> |