Skip to content

Commit

Permalink
Center-aligned login topbar (#1880)
Browse files Browse the repository at this point in the history
* Center-aligned login topbar

* Center-align OpenID login
  • Loading branch information
ethantkoenig authored and lunny committed Jun 6, 2017
1 parent ca9169f commit cbdd5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/user/auth/signin_inner.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}}
{{template "base/alert" .}}
{{end}}
<h4 class="ui top attached header">
<h4 class="ui top attached header center">
{{.i18n.Tr "auth.login_userpass"}}
</h4>
<div class="ui attached segment">
Expand Down
2 changes: 1 addition & 1 deletion templates/user/auth/signin_openid.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{template "user/auth/signin_navbar" .}}
<div class="ui container">
{{template "base/alert" .}}
<h4 class="ui top attached header">
<h4 class="ui top attached header center">
<i class="fa fa-openid"></i>
OpenID
</h4>
Expand Down

0 comments on commit cbdd5f7

Please sign in to comment.