Merge branch 'dev' of github.com:gogits/gogs into dev

This commit is contained in:
Unknwon
2014-09-01 00:16:14 +08:00
17 changed files with 664 additions and 252 deletions

View File

@ -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;
}
}
}