diff options
author | Unknwon <u@gogs.io> | 2015-08-26 21:45:51 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-26 21:45:51 +0800 |
commit | 28814564212b7c64136cc3eda3774af56983557e (patch) | |
tree | c0ea1c8ecb6504241a1d2b4111075ee2b0905470 /public/less/_form.less | |
parent | 1cb03135b745675e614b0b89ab3fde412276fec1 (diff) | |
download | gitea-28814564212b7c64136cc3eda3774af56983557e.tar.gz gitea-28814564212b7c64136cc3eda3774af56983557e.zip |
new webhooks list UI
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 7297dd4086..65d973afed 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; |