diff options
author | Unknwon <u@gogs.io> | 2017-02-24 12:23:19 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-24 12:23:19 -0500 |
commit | 6ec859f2b0c1bade67d04f740ec4b9ac9ae0ec98 (patch) | |
tree | ee99fa04ae35a085115aa076eb67e192955d8351 /public/css | |
parent | 452551fa23893961ac83dd20b0babef917f42453 (diff) |
webhook: send secret with SHA256 HMAC hex digest (#3692)
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index afef67ac..68845160 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2319,6 +2319,9 @@ footer .ui.language .menu { .repository.settings.webhooks .types .menu .item { padding: 10px !important; } +.repository.settings.webhook .text.desc { + margin-top: 5px; +} .repository.settings.webhook .events .column { padding-bottom: 0; } |