diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 22:01:56 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 22:01:56 +0000 |
commit | ae43a0a714e29eaf937f2cd59d73b8fe93c92e03 (patch) | |
tree | 56995fc6ed35af9fb3501641d91fa14df3856185 /demos/slider/multiple_vertical.html | |
parent | 4ad33723327a86239b8d760e2fa722c6c5ede16c (diff) | |
download | jquery-ui-ae43a0a714e29eaf937f2cd59d73b8fe93c92e03.tar.gz jquery-ui-ae43a0a714e29eaf937f2cd59d73b8fe93c92e03.zip |
Snazzed up the visuals by adding more framework classes
Diffstat (limited to 'demos/slider/multiple_vertical.html')
-rw-r--r-- | demos/slider/multiple_vertical.html | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/demos/slider/multiple_vertical.html b/demos/slider/multiple_vertical.html index 30d215133..b7dffa42b 100644 --- a/demos/slider/multiple_vertical.html +++ b/demos/slider/multiple_vertical.html @@ -51,17 +51,24 @@ }); </script> </head> -<body> +<body class="ui-widget-content" style="border:0;"> <div class="demo"> -Master volume: -<div id="slider0" style="width:260px; margin:15px; clear:both;"></div> + +<p class="ui-state-default ui-corner-all clearfix" style="padding:4px;"> +<span class="ui-icon ui-icon-volume-on" style="float:left; margin:-2px 5px 0 0;"></span>Master volume +</p> + +<div id="slider0" style="width:260px; margin:15px;"></div> + <br/><br/> -Graphic EQ: +<p class="ui-state-default ui-corner-all" style="padding:4px;"> +<span class="ui-icon ui-icon-signal" style="float:left; margin:-2px 5px 0 0;"></span>Graphic EQ +</p> <div id="slider1" style="height:120px; float:left; margin:15px"></div> <div id="slider2" style="height:120px; float:left; margin:15px"></div> <div id="slider3" style="height:120px; float:left; margin:15px"></div> @@ -70,6 +77,8 @@ Graphic EQ: <div id="slider6" style="height:120px; float:left; margin:15px"></div> <div id="slider7" style="height:120px; float:left; margin:15px"></div> + + </div><!-- End demo --> |