very minor mobile layout tweaks

This commit is contained in:
Jeff Atwood 2014-07-12 01:04:25 -07:00
parent b8d9781739
commit fe95597ce8
3 changed files with 2 additions and 5 deletions

View File

@ -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>

View File

@ -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; }

View File

@ -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%);