update ssdp handling
This commit is contained in:
parent
f7eca29f95
commit
965f9741ba
2 changed files with 13 additions and 5 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
.emby-button > i {
|
||||
/* For non-fab buttons that have icons */
|
||||
font-size: 1.2em;
|
||||
font-size: 1.4em;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
<div class="supporterContainer hide">
|
||||
<br />
|
||||
<a class="clearLink" href="http://emby.media/premiere" target="_blank">
|
||||
<button is="emby-button" type="button" class="raised block button-accent"><i class="md-icon">check</i><span>${HeaderBecomeProjectSupporter}</span></button>
|
||||
<button is="emby-button" type="button" class="raised block button-accent">
|
||||
<span>${HeaderBecomeProjectSupporter}</span>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -41,7 +43,9 @@
|
|||
|
||||
</div>
|
||||
<p>
|
||||
<button is="emby-button" type="submit" id="mbLegacyKeyBtn" class="raised block button-submit"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
|
||||
<button is="emby-button" type="submit" id="mbLegacyKeyBtn" class="raised block button-submit">
|
||||
<span>${ButtonSave}</span>
|
||||
</button>
|
||||
</p>
|
||||
</form>
|
||||
<br />
|
||||
|
@ -53,7 +57,9 @@
|
|||
<div class="fieldDescription">${LabelSupporterEmailAddress}</div>
|
||||
</div>
|
||||
<p>
|
||||
<button is="emby-button" type="submit" id="mbRetrieveKeyBtn" class="raised block button-submit"><i class="md-icon">check</i><span>${ButtonRetrieveKey}</span></button>
|
||||
<button is="emby-button" type="submit" id="mbRetrieveKeyBtn" class="raised block button-submit">
|
||||
<span>${ButtonRetrieveKey}</span>
|
||||
</button>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -78,7 +84,9 @@
|
|||
<input is="emby-input" type="password" required id="txtOldKey" label="${LabelOldSupporterKey}" />
|
||||
</div>
|
||||
<p>
|
||||
<button is="emby-button" type="submit" id="mbLinkKeysBtn" class="raised block button-submit"><i class="md-icon">check</i><span>${ButtonLinkKeys}</span></button>
|
||||
<button is="emby-button" type="submit" id="mbLinkKeysBtn" class="raised block button-submit">
|
||||
<span>${ButtonLinkKeys}</span>
|
||||
</button>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue