Skip to content

Commit

Permalink
MDL-55517 theme_noname: Tweak the size of the username/passwords
Browse files Browse the repository at this point in the history
They looked a bit to large on smaller screen sizes.

Also removed trailing whitespace from the template.

Part of MDL-55071
  • Loading branch information
Damyon Wiese authored and danpoltawski committed Sep 23, 2016
1 parent 386f269 commit 75d6a7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/noname/templates/core/login.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<div class="col-sm-6">
{{/hasinstructions}}
{{^hasinstructions}}
<div class="col-sm-8 offset-sm-2 col-lg-6 offset-lg-3">
<div class="col-sm-6 offset-sm-3 col-md-4 offset-md-4">
{{/hasinstructions}}

<h2 class="m-t-1">{{#str}} login {{/str}}</h2>

{{#cansignup}}
Expand Down Expand Up @@ -87,7 +87,7 @@
</div>

</form>

{{#canloginasguest}}
<div class="m-t-2">
<p>{{#str}}someallowguest{{/str}}</p>
Expand Down

0 comments on commit 75d6a7d

Please sign in to comment.