diff options
author | Christopher Brickley <brickley@gmail.com> | 2014-08-24 08:59:47 -0400 |
---|---|---|
committer | Christopher Brickley <brickley@gmail.com> | 2014-08-31 12:01:59 -0400 |
commit | 2bce24068dc3c64ee5e501c48b7f080c48383970 (patch) | |
tree | 1ec707518cb37307cd05fa5cf6ef6bbf670caf9b /public/ng/less/gogs/settings.less | |
parent | 5e6091a30ae4befd68041aaff3f70d7334ce1b1c (diff) |
add Slack API webhook support
Diffstat (limited to 'public/ng/less/gogs/settings.less')
-rw-r--r-- | public/ng/less/gogs/settings.less | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/public/ng/less/gogs/settings.less b/public/ng/less/gogs/settings.less index b246a947..80c00f2d 100644 --- a/public/ng/less/gogs/settings.less +++ b/public/ng/less/gogs/settings.less @@ -34,7 +34,8 @@ #auth-setting-form, #org-setting-form, #repo-setting-form, -#user-profile-form { +#user-profile-form, +.repo-setting-form { background-color: #FFF; padding: 30px 0; textarea { @@ -53,6 +54,17 @@ } } +#hook-type { + padding: 10px 0 0 0; + background-color: #fff; + .field { + margin-bottom: 24px; + } + label { + width: 240px; + } +} + #repo-hooks-panel, #repo-hooks-history-panel, #user-social-panel, @@ -109,4 +121,4 @@ .field { margin-bottom: 24px; } -}
\ No newline at end of file +} |