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

fixes #2996 - problem with links on firefox

This commit is contained in:
Luke Pulverenti 2017-11-02 11:52:43 -04:00
parent 11994657af
commit 63a1a53a9c
25 changed files with 660 additions and 660 deletions

View file

@ -1,4 +1,4 @@
<h1>${HeaderLibrarySettings}</h1>
<h2>${HeaderLibrarySettings}</h2>
<div class="checkboxContainer checkboxContainer-withDescription chkEnableInternetProvidersContainer hide">
<label>
<input is="emby-checkbox" type="checkbox" id="chkEnableInternetProviders" checked />
@ -76,7 +76,7 @@
</div>
<div class="chapterSettingsSection hide">
<h1>${HeaderChapterSettings}</h1>
<h2>${HeaderChapterSettings}</h2>
<div class="checkboxContainer checkboxContainer-withDescription fldExtractChapterImages">
<label>
<input type="checkbox" is="emby-checkbox" class="chkExtractChapterImages" />

View file

@ -17,7 +17,7 @@
<input is="emby-input" type="text" id="txtValue" required="required" label="${LabelDisplayName}"/>
</div>
<div style="display: flex; align-items: center;">
<h1 style="margin: .5em 0;">${HeadersFolders}</h1>
<h2 style="margin: .5em 0;">${HeadersFolders}</h2>
<button is="emby-button" type="button" class="raised btnAddFolder submit raised-mini" style="margin-left:1em;" title="${ButtonAdd}">
<i class="md-icon">add</i>
<span>${ButtonAdd}</span>

View file

@ -7,7 +7,7 @@
<div class="formDialogContent smoothScrollY" style="padding-top:2em;">
<div class="dialogContentInner dialog-content-centered">
<div style="display: flex; align-items: center;">
<h1 style="margin: .5em 0;">${HeadersFolders}</h1>
<h2 style="margin: .5em 0;">${HeadersFolders}</h2>
<button is="emby-button" type="button" class="raised raised-mini btnAddFolder submit" style="margin-left:1em;" title="${ButtonAdd}">
<i class="md-icon">add</i>
<span>${ButtonAdd}</span>