1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

separate task buttons script

This commit is contained in:
Luke Pulverenti 2015-01-20 16:32:48 -05:00
parent a722ddc665
commit e82017b591
5 changed files with 127 additions and 104 deletions

View file

@ -14,7 +14,7 @@
<a href="syncsettings.html" data-role="button">${TabSettings}</a>
</div>
<div style="text-align:right;margin-top:-20px;">
<div style="text-align:right;margin-top:-40px;">
<button type="button" class="btnSync" data-icon="cloud" data-mini="true" data-inline="true">${ButtonConvertMedia}</button>
<progress max="100" min="0" style="width:100px;display:none;" class="syncProgress"></progress>
</div>