diff options
author | Unknwon <u@gogs.io> | 2015-08-27 01:04:23 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-27 01:04:23 +0800 |
commit | c08600c59b8fb8d5f03fadacddb1140bc994ae94 (patch) | |
tree | 29be86d5e607203d9ba68e0af58ae04c4cea0ea1 /public/less/_form.less | |
parent | 4217c2333cf9ac29af611df9826cc4b5198241fe (diff) | |
download | gitea-c08600c59b8fb8d5f03fadacddb1140bc994ae94.tar.gz gitea-c08600c59b8fb8d5f03fadacddb1140bc994ae94.zip |
new edit webhook UI
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 92c1ad76da..23bb6fa05e 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -59,27 +59,6 @@ } } } -.repository.edit.githook { - form { - @input-padding: 25%!important; - .inline.field > label { - text-align: right; - width: @input-padding; - word-wrap: break-word; - } - input, - textarea { - width: 50%!important; - } - } -} -.repository.edit.githook { - form { - textarea { - width: 70%!important; - } - } -} .new.webhook { form { |