summaryrefslogtreecommitdiffstats
path: root/public/less/_form.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-27 00:30:06 +0800
committerUnknwon <u@gogs.io>2015-08-27 00:30:06 +0800
commit4217c2333cf9ac29af611df9826cc4b5198241fe (patch)
treed388e0ede4707c902a499937a31b67faa4c784c6 /public/less/_form.less
parent28814564212b7c64136cc3eda3774af56983557e (diff)
downloadgitea-4217c2333cf9ac29af611df9826cc4b5198241fe.tar.gz
gitea-4217c2333cf9ac29af611df9826cc4b5198241fe.zip
new create webhook UI
Diffstat (limited to 'public/less/_form.less')
-rw-r--r--public/less/_form.less8
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