mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-23 13:17:56 +08:00
Merge branch 'dev' of github.com:gogits/gogs into dev
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user