From 5acc948562547b393ba1e89b012e7421143c6dd8 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 14 Aug 2014 14:12:21 +0800 Subject: Page: `/org/:orgname/settings` --- public/ng/css/gogs.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/ng/css/gogs.css') 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; -- cgit v1.2.3