diff options
author | Unknwon <u@gogs.io> | 2015-08-27 00:30:06 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-27 00:30:06 +0800 |
commit | 4217c2333cf9ac29af611df9826cc4b5198241fe (patch) | |
tree | d388e0ede4707c902a499937a31b67faa4c784c6 /public/less/_form.less | |
parent | 28814564212b7c64136cc3eda3774af56983557e (diff) | |
download | gitea-4217c2333cf9ac29af611df9826cc4b5198241fe.tar.gz gitea-4217c2333cf9ac29af611df9826cc4b5198241fe.zip |
new create webhook UI
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 65d973afed..92c1ad76da 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -79,4 +79,12 @@ width: 70%!important; } } +} + +.new.webhook { + form { + .help { + margin-left: 25px; + } + } }
\ No newline at end of file |