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"> <div class="modal-body">
{{login-buttons action="externalLogin"}} {{login-buttons action="externalLogin"}}
{{#if canLoginLocal}} {{#if canLoginLocal}}
{{#if hasAtLeastOneLoginButton}}
<h3 style="text-align:center;">{{i18n login.or}}</h3>
{{/if}}
<form id='login-form' method='post'> <form id='login-form' method='post'>
<div> <div>
<table> <table>

View File

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

View File

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