update button styles
This commit is contained in:
parent
217234f89d
commit
b33a3302ed
109 changed files with 474 additions and 733 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="supporterKeyPage" data-role="page" class="page type-interior withTabs" data-require="jqmcollapsible,scripts/supporterkeypage,emby-input,paper-button">
|
||||
<div id="supporterKeyPage" data-role="page" class="page type-interior withTabs" data-require="jqmcollapsible,scripts/supporterkeypage,emby-input,emby-button">
|
||||
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
|
@ -13,7 +13,7 @@
|
|||
<div class="supporterContainer hide">
|
||||
<br />
|
||||
<a class="clearLink" href="http://emby.media/premiere" target="_blank">
|
||||
<paper-button raised class="block accent"><iron-icon icon="check"></iron-icon><span>${HeaderBecomeProjectSupporter}</span></paper-button>
|
||||
<button is="emby-button" type="button" class="raised block accent"><iron-icon icon="check"></iron-icon><span>${HeaderBecomeProjectSupporter}</span></button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
<h1>${TabSupporterKey}</h1>
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" type="password" id="txtSupporterKey" label="${LabelSupporterKey}" autocomplete="off"/>
|
||||
<input is="emby-input" type="password" id="txtSupporterKey" label="${LabelSupporterKey}" autocomplete="off" />
|
||||
<div class="fieldDescription">
|
||||
${LabelSupporterKeyHelp}
|
||||
</div>
|
||||
|
@ -44,9 +44,7 @@
|
|||
|
||||
</div>
|
||||
<p>
|
||||
<button type="submit" id="mbLegacyKeyBtn" class="clearButton">
|
||||
<paper-button raised class="block submit"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
||||
</button>
|
||||
<button is="emby-button" type="submit" id="mbLegacyKeyBtn" class="raised block submit"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></button>
|
||||
</p>
|
||||
</form>
|
||||
<br />
|
||||
|
@ -55,13 +53,11 @@
|
|||
<div>
|
||||
<form id="lostKeyForm">
|
||||
<div style="margin: 1em 0;" class="inputContainer">
|
||||
<input is="emby-input" type="email" required id="txtEmail" label="${LabelEmailAddress}"/>
|
||||
<input is="emby-input" type="email" required id="txtEmail" label="${LabelEmailAddress}" />
|
||||
<div class="fieldDescription">${LabelSupporterEmailAddress}</div>
|
||||
</div>
|
||||
<p>
|
||||
<button type="submit" id="mbRetrieveKeyBtn" class="clearButton">
|
||||
<paper-button raised class="block submit"><iron-icon icon="check"></iron-icon><span>${ButtonRetrieveKey}</span></paper-button>
|
||||
</button>
|
||||
<button is="emby-button" type="submit" id="mbRetrieveKeyBtn" class="raised block submit"><iron-icon icon="check"></iron-icon><span>${ButtonRetrieveKey}</span></button>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -76,7 +72,7 @@
|
|||
${MultipleKeyLinkingHelp}
|
||||
</p>
|
||||
<div style="margin: 1em 0;" class="inputContainer">
|
||||
<input is="emby-input" type="email" required id="txtNewEmail" label="${LabelCurrentEmailAddress}"/>
|
||||
<input is="emby-input" type="email" required id="txtNewEmail" label="${LabelCurrentEmailAddress}" />
|
||||
<div class="fieldDescription">
|
||||
${LabelCurrentEmailAddressHelp}
|
||||
</div>
|
||||
|
@ -85,12 +81,10 @@
|
|||
<input is="emby-input" type="password" required id="txtNewKey" label="${LabelNewSupporterKey}" />
|
||||
</div>
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" type="password" required id="txtOldKey" label="${LabelOldSupporterKey}"/>
|
||||
<input is="emby-input" type="password" required id="txtOldKey" label="${LabelOldSupporterKey}" />
|
||||
</div>
|
||||
<p>
|
||||
<button type="submit" id="mbLinkKeysBtn" class="clearButton">
|
||||
<paper-button raised class="block submit"><iron-icon icon="check"></iron-icon><span>${ButtonLinkKeys}</span></paper-button>
|
||||
</button>
|
||||
<button is="emby-button" type="submit" id="mbLinkKeysBtn" class="raised block submit"><iron-icon icon="check"></iron-icon><span>${ButtonLinkKeys}</span></button>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue