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