aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/user/edit.tmpl
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-10 19:28:07 +0100
committerGitHub <noreply@github.com>2020-11-10 20:28:07 +0200
commit21d496364a5e654ba535d06269f6c6679b5c2d74 (patch)
tree6d69c6397dfd135c6e60537d3368152e996c9184 /templates/admin/user/edit.tmpl
parent9155f13bf859ae170892abd0bbb6860e4990263f (diff)
downloadgitea-21d496364a5e654ba535d06269f6c6679b5c2d74.tar.gz
gitea-21d496364a5e654ba535d06269f6c6679b5c2d74.zip
Fix tooltips and issue dependency styles (#13458)
- Convert all tooltips to JS-based ones, fixing overflow issues - Restyle issue dependencies/dependants - Move popup styles to base style - CSS Helper tweaks - Unify pseudo element selectors and lint for it Fixes: https://github.com/go-gitea/gitea/issues/13400
Diffstat (limited to 'templates/admin/user/edit.tmpl')
-rw-r--r--templates/admin/user/edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/user/edit.tmpl b/templates/admin/user/edit.tmpl
index a0edd68e48..e29b18f5be 100644
--- a/templates/admin/user/edit.tmpl
+++ b/templates/admin/user/edit.tmpl
@@ -90,7 +90,7 @@
</div>
</div>
<div class="inline field">
- <div class="ui checkbox" data-tooltip="{{.i18n.Tr "admin.users.allow_git_hook_tooltip"}}">
+ <div class="ui checkbox poping up" data-content="{{.i18n.Tr "admin.users.allow_git_hook_tooltip"}}" data-variation="very wide">
<label><strong>{{.i18n.Tr "admin.users.allow_git_hook"}}</strong></label>
<input name="allow_git_hook" type="checkbox" {{if .User.CanEditGitHook}}checked{{end}} {{if DisableGitHooks}}disabled{{end}}>
</div>