update icons
This commit is contained in:
parent
902dc76b59
commit
155f14246b
29 changed files with 301 additions and 170 deletions
|
@ -17,9 +17,15 @@
|
|||
</div>
|
||||
|
||||
<br />
|
||||
<button is="emby-button" type="submit" class="raised accent block"><iron-icon icon="check"></iron-icon><span>${ButtonSignIn}</span></button>
|
||||
<button is="emby-button" type="submit" class="raised accent block">
|
||||
<i class="md-icon">check</i>
|
||||
<span>${ButtonSignIn}</span>
|
||||
</button>
|
||||
<div style="margin-top:.5em;">
|
||||
<button is="emby-button" type="button" class="raised cancel block btnCancel"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></button>
|
||||
<button is="emby-button" type="button" class="raised cancel block btnCancel">
|
||||
<i class="md-icon">close</i>
|
||||
<span>${ButtonCancel}</span>
|
||||
</button>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
|
@ -34,16 +40,25 @@
|
|||
<br />
|
||||
|
||||
<div class="readOnlyContent" style="margin: 2em auto 0;">
|
||||
<button is="emby-button" type="button" class="raised cancel block btnManual"><iron-icon icon="lock"></iron-icon><span>${ButtonManualLogin}</span></button>
|
||||
<button is="emby-button" type="button" class="raised cancel block btnManual">
|
||||
<i class="md-icon">lock</i>
|
||||
<span>${ButtonManualLogin}</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="readOnlyContent" style="margin: .5em auto 1em;">
|
||||
<button is="emby-button" type="button" class="raised cancel block btnForgotPassword"><iron-icon icon="info"></iron-icon><span>${ButtonForgotPassword}</span></button>
|
||||
<button is="emby-button" type="button" class="raised cancel block btnForgotPassword">
|
||||
<i class="md-icon">info</i>
|
||||
<span>${ButtonForgotPassword}</span>
|
||||
</button>
|
||||
|
||||
<div class="connectButtons hide">
|
||||
<a href="selectserver.html" class="clearLink">
|
||||
<button is="emby-button" type="button" class="raised cancel block"><iron-icon icon="settings"></iron-icon><span>${ButtonChangeServer}</span></button>
|
||||
<button is="emby-button" type="button" class="raised cancel block">
|
||||
<i class="md-icon">settings</i>
|
||||
<span>${ButtonChangeServer}</span>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue