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-09-25 15:17:34 -04:00
parent 305c2ddaf6
commit 2ae8f5b9af
14 changed files with 18 additions and 18 deletions

View file

@ -7,7 +7,7 @@
<div style="flex-grow:1;">
<input is="emby-input" class="txtPath" label="${LabelFileOrUrl}" required="required" autocomplete="off" />
</div>
<button type="button" is="paper-icon-button-light" id="btnSelectPath" class="autoSize"><i class="md-icon">search</i></button>
<button type="button" is="paper-icon-button-light" id="btnSelectPath" class="emby-input-iconbutton"><i class="md-icon">search</i></button>
</div>
<div class="fieldDescription">${XmlTvPathHelp}</div>
</div>
@ -46,7 +46,7 @@
</div>
<div class="paperList" style="padding:1em;border-radius:5px;">
<div class="premiereHelp"></div>
<a class="lnkPremiere" href="https://emby.media/premiere">${ButtonLearnMore}</a>
<a class="lnkPremiere button-link" href="https://emby.media/premiere" target="_blank" is="emby-linkbutton">${ButtonLearnMore}</a>
</div><br />
<div>
<button is="emby-button" type="submit" class="raised button-submit block btnSubmitListings hide"><span>${ButtonSave}</span></button>