mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 03:08:35 +08:00
correct mobile login form layout error
This commit is contained in:
parent
d1f6aba71f
commit
b874b31b02
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user