update dialogs

This commit is contained in:
Luke Pulverenti 2016-09-09 02:59:23 -04:00
parent c2a1e49e38
commit 95e99a6716
113 changed files with 277 additions and 439 deletions

View file

@ -21,13 +21,11 @@
<span>${RememberMe}</span>
</label>
<button is="emby-button" type="submit" class="raised accent block">
<i class="md-icon">check</i>
<button is="emby-button" type="submit" class="raised button-submit block">
<span>${ButtonSignIn}</span>
</button>
<div style="margin-top:.5em;">
<button is="emby-button" type="button" class="raised cancel block btnCancel">
<i class="md-icon">close</i>
<span>${ButtonCancel}</span>
</button>
</div>
@ -45,7 +43,6 @@
<div class="readOnlyContent" style="margin: 2em auto 0;">
<button is="emby-button" type="button" class="raised cancel block btnManual">
<i class="md-icon">lock</i>
<span>${ButtonManualLogin}</span>
</button>
</div>
@ -53,14 +50,12 @@
<div class="readOnlyContent" style="margin: .5em auto 1em;">
<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">
<i class="md-icon">settings</i>
<span>${ButtonChangeServer}</span>
</button>
</a>