very minor mobile layout tweaks
This commit is contained in:
parent
b8d9781739
commit
fe95597ce8
|
@ -9,7 +9,7 @@
|
|||
{{/if}}
|
||||
{{#if Discourse.SiteSettings.enable_local_logins}}
|
||||
{{#if hasAtLeastOneLoginButton}}
|
||||
<h3 style="text-align:center; margin-bottom:10px;">{{i18n login.or}}</h3>
|
||||
<h3 style="text-align:center;">{{i18n login.or}}</h3>
|
||||
{{/if}}
|
||||
<form id='login-form' method='post'>
|
||||
<div>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
}
|
||||
label {float: left; display: block;}
|
||||
textarea, input, select {font-size: 16px; clear: left; margin-top: 0;}
|
||||
td { padding: 4px; }
|
||||
}
|
||||
|
||||
a#new-account-link { white-space:nowrap; }
|
||||
|
|
|
@ -161,10 +161,6 @@ a.star {
|
|||
|
||||
.topic-map {
|
||||
|
||||
.btn {
|
||||
border-radius: 0 4px 0 4px;
|
||||
}
|
||||
|
||||
margin: 30px 10px 10px 10px;
|
||||
background: scale-color(scale-color-diff(), $lightness: 40%);
|
||||
|
||||
|
|
Loading…
Reference in New Issue