mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Snazzed up the visuals by adding more framework classes
This commit is contained in:
parent
4ad3372332
commit
ae43a0a714
@ -51,17 +51,24 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="ui-widget-content" style="border:0;">
|
||||||
|
|
||||||
|
|
||||||
<div class="demo">
|
<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/>
|
<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="slider1" style="height:120px; float:left; margin:15px"></div>
|
||||||
<div id="slider2" 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>
|
<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="slider6" style="height:120px; float:left; margin:15px"></div>
|
||||||
<div id="slider7" style="height:120px; float:left; margin:15px"></div>
|
<div id="slider7" style="height:120px; float:left; margin:15px"></div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div><!-- End demo -->
|
</div><!-- End demo -->
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user