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/less | |
parent | 55a5ad5cdcbe6906f863d0b7f27d1ee500720416 (diff) |
repo/webhook: able to retrigger delivery history (#2187)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index c06fcc45..2a9d490e 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -1411,6 +1411,21 @@ } // End of .repository +// Should apply organization webhooks page +.webhook .hook.history.list { + .right.menu { + .redelivery.button { + font-size: 12px; + margin-top: 6px; + height: 30px; + .octicon { + font: normal normal normal 13px/1 Octicons; + width: 12px; + } + } + } +} + &.user-cards { .list { padding: 0; |