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

update components

This commit is contained in:
Luke Pulverenti 2017-07-01 12:12:40 -04:00
parent 2c42afd83b
commit e03c297f2f
64 changed files with 170 additions and 49 deletions

View file

@ -8,11 +8,9 @@
<div style="position: relative;">
<h2>${HeaderCustomDlnaProfiles}</h2>
<div style="position: absolute; right: 0; top: -12px;">
<a class="clearLink" href="dlnaprofile.html">
<button is="emby-button" type="button" class="raised submit raised-mini">
<i class="md-icon">add</i>
<span>${ButtonNew}</span>
</button>
<a is="emby-linkbutton" href="dlnaprofile.html" class="raised submit raised-mini">
<i class="md-icon">add</i>
<span>${ButtonNew}</span>
</a>
</div>
</div>