correct mobile login form layout error

This commit is contained in:
Jeff Atwood 2014-09-22 17:26:17 -07:00
parent d1f6aba71f
commit b874b31b02
3 changed files with 1 additions and 7 deletions

View File

@ -1,9 +1,6 @@
<div class="modal-body">
{{login-buttons action="externalLogin"}}
{{#if canLoginLocal}}
{{#if hasAtLeastOneLoginButton}}
<h3 style="text-align:center;">{{i18n login.or}}</h3>
{{/if}}
<form id='login-form' method='post'>
<div>
<table>

View File

@ -10,7 +10,6 @@ html {
font: #{$base-font-size}/#{$base-line-height} $base-font-family;
background-color: $secondary;
overflow-y: scroll;
-webkit-font-smoothing: subpixel-antialiased;
}
// Links

View File

@ -6,12 +6,10 @@
}
#login-buttons {
text-align: center;
button {
margin: 0 0 5px 0;
}
margin-top: 0;
margin-bottom: 0;
display: inline-block;
}
#login-form {