mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Center-aligned login topbar (#1880)
* Center-aligned login topbar * Center-align OpenID login
This commit is contained in:
		@@ -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">
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user