diff options
author | Unknwon <u@gogs.io> | 2017-03-19 17:44:46 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-19 17:44:46 -0400 |
commit | 2807274e2dca1780443bcbbab946b1551c4c88f5 (patch) | |
tree | 30c58a2e76e6e1338e8fd8e615d08bcd5b22d5bf /public/css/gogs.css | |
parent | 55a5ad5cdcbe6906f863d0b7f27d1ee500720416 (diff) |
repo/webhook: able to retrigger delivery history (#2187)
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 8bba6016..9a273c80 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2375,6 +2375,15 @@ footer .ui.language .menu { margin-left: 26px; padding-top: 0; } +.webhook .hook.history.list .right.menu .redelivery.button { + font-size: 12px; + margin-top: 6px; + height: 30px; +} +.webhook .hook.history.list .right.menu .redelivery.button .octicon { + font: normal normal normal 13px/1 Octicons; + width: 12px; +} .user-cards .list { padding: 0; } |