Permalink
Browse files
Snazzed up the visuals by adding more framework classes
- Loading branch information
Showing
with
13 additions
and
4 deletions.
-
+13
−4
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 @@ |
|
|
<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 --> |
|
|
|
|
|
|
|
|
0 comments on commit
ae43a0a