AutoCommit Son Sep 13 11:03:05 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-13 11:03:05 +02:00
parent 4a8e5d393e
commit d85a01c810
4 changed files with 13 additions and 7 deletions

View File

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