diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-01 00:16:14 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-01 00:16:14 +0800 |
commit | bf5595f9a0ee41a30ab04348e02d87ee9f53969a (patch) | |
tree | 93f58ac671e7e9cf1b8b978772075db5dd74928b /public/ng/less/gogs | |
parent | 36661f53e6cb7bd5fe202157f794255d4d6932af (diff) | |
parent | 1ed67798acb532dd2e62d2f3cbdde7b34219bfec (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'public/ng/less/gogs')
-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 +} |