mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:50:14 +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">
|
<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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user