1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Page: /org/:orgname/settings

This commit is contained in:
Unknwon
2014-08-14 14:12:21 +08:00
parent 2935ee440c
commit 5acc948562
19 changed files with 393 additions and 184 deletions

View File

@@ -1348,26 +1348,32 @@ The register and sign-in page style
.setting-content {
margin-left: 32px;
}
#org-setting-form,
#repo-setting-form,
#user-profile-form {
background-color: #FFF;
padding: 30px 0;
}
#org-setting-form textarea,
#repo-setting-form textarea,
#user-profile-form textarea {
margin-left: 4px;
height: 100px;
}
#org-setting-form label,
#repo-setting-form label,
#user-profile-form label,
#org-setting-form .form-label,
#repo-setting-form .form-label,
#user-profile-form .form-label {
width: 240px;
}
#org-setting-form .ipt,
#repo-setting-form .ipt,
#user-profile-form .ipt {
width: 360px;
}
#org-setting-form .field,
#repo-setting-form .field,
#user-profile-form .field {
margin-bottom: 24px;