Snazzed up the visuals by adding more framework classes

This commit is contained in:
Todd Parker 2008-12-30 22:01:56 +00:00
parent 4ad3372332
commit ae43a0a714

View File

@ -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 -->