aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r--public/ng/css/gogs.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index e69e4b66..93a5d2f8 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -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;