From 28814564212b7c64136cc3eda3774af56983557e Mon Sep 17 00:00:00 2001 From: Unknwon <u@gogs.io> Date: Wed, 26 Aug 2015 21:45:51 +0800 Subject: new webhooks list UI --- public/less/_form.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/less/_form.less') diff --git a/public/less/_form.less b/public/less/_form.less index 7297dd40..65d973af 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -59,7 +59,7 @@ } } } -.repository.edit.hook { +.repository.edit.githook { form { @input-padding: 25%!important; .inline.field > label { @@ -73,7 +73,7 @@ } } } -.repository.edit.hook { +.repository.edit.githook { form { textarea { width: 70%!important; -- cgit v1.2.3