From 2807274e2dca1780443bcbbab946b1551c4c88f5 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 19 Mar 2017 17:44:46 -0400 Subject: repo/webhook: able to retrigger delivery history (#2187) --- public/css/gogs.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public/css/gogs.css') 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; } -- cgit v1.2.3