Skip to content

Commit cbdd5f7

Browse files
ethantkoeniglunny
authored andcommitted
Center-aligned login topbar (#1880)
* Center-aligned login topbar * Center-align OpenID login
1 parent ca9169f commit cbdd5f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/user/auth/signin_inner.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}}
22
{{template "base/alert" .}}
33
{{end}}
4-
<h4 class="ui top attached header">
4+
<h4 class="ui top attached header center">
55
{{.i18n.Tr "auth.login_userpass"}}
66
</h4>
77
<div class="ui attached segment">

templates/user/auth/signin_openid.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{template "user/auth/signin_navbar" .}}
44
<div class="ui container">
55
{{template "base/alert" .}}
6-
<h4 class="ui top attached header">
6+
<h4 class="ui top attached header center">
77
<i class="fa fa-openid"></i>
88
OpenID
99
</h4>

0 commit comments

Comments
 (0)