AutoCommit Son Sep 13 11:03:05 CEST 2015
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
<% end %>
|
||||
|
||||
</div>
|
||||
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" style="bottom: 0; width:500px; height:20px; z-index: 2000; left:auto; right:auto; position:absolute">
|
||||
<div id="my-progress-bar" class="ui-progressbar-value ui-widget-header ui-corner-left" style="width:0;height:20px"></div>
|
||||
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" style="height:10px; z-index: 2000; left: 5px; right: 5px; bottom: 5px; height: 10px; position:absolute">
|
||||
<div id="my-progress-bar" class="ui-progressbar-value ui-widget-header ui-corner-left" style="width:0;height:100%"></div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
@@ -62,9 +62,9 @@ $(function () {
|
||||
$('#jmpress').jmpress({
|
||||
duration: {
|
||||
barPropertyStart: '0',
|
||||
barSelector: '#my-progress-bar'
|
||||
barSelector: '#my-progress-bar'
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user