r1374 - trunk/demos/slider
Author: fg.todd
Date: Tue Dec 30 14:01:56 2008
New Revision: 1374
Modified:
trunk/demos/slider/multiple_vertical.html
Log:
Snazzed up the visuals by adding more framework classes
Modified: trunk/demos/slider/multiple_vertical.html
==============================================================================
--- trunk/demos/slider/multiple_vertical.html (original)
+++ trunk/demos/slider/multiple_vertical.html Tue Dec 30 14:01:56 2008
@@ -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
+
+
+<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
+
<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>
@@ -69,6 +76,8 @@
<div id="slider5" style="height:120px; float:left; margin:15px"></div>
<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 -->