Skip to content

Commit 34115f4

Browse files
committed
Fixing up some css in the accountlinks template
1 parent 17cf06f commit 34115f4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

templates/user/settings/security/accountlinks.tmpl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
{{.i18n.Tr "settings.manage_account_links"}}
33
{{if .OrderedOAuth2Names}}
44
<div class="ui right">
5-
<div class="ui floating1 jump dropdown">
6-
<div class="ui blue tiny button">Link Account</div>
5+
<div class="ui dropdown">
6+
<div class="ui primary tiny button">Link Account</div>
77
<div class="menu">
88
{{range $key := .OrderedOAuth2Names}}
99
{{$provider := index $.OAuth2Providers $key}}
1010
<a class="item" href="{{AppSubUrl}}/user/oauth2/{{$key}}">
1111
<img
12-
alt="{{$provider.DisplayName}}{{if eq $provider.Name "openidConnect"}} ({{$key}}){{end}}"
13-
title="{{$provider.DisplayName}}{{if eq $provider.Name "openidConnect"}} ({{$key}}){{end}}"
14-
class="{{$provider.Name}} oauth-login-image"
12+
alt="{{$provider.DisplayName}}"
1513
src="{{AppSubUrl}}{{$provider.Image}}"
16-
width="20" height="20">{{$provider.Name}}
14+
width="20" height="20">{{$provider.DisplayName}}
1715
</a>
1816
{{end}}
1917
</div>

0 commit comments

Comments
 (0)