aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 23:59:50 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 23:59:50 +0800
commit84bec2842f6b926e5d287d6201560364771cd64c (patch)
treee816a2f7ff60e9725a933cb56e7cd5553cddf6db /public
parent8ce9458d654c38d7e815d78a14b9f3daf599e284 (diff)
downloadgitea-84bec2842f6b926e5d287d6201560364771cd64c.tar.gz
gitea-84bec2842f6b926e5d287d6201560364771cd64c.zip
issue style change
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 69d8f7f49f..6bf698e8b1 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -1001,6 +1001,11 @@ html, body {
/* issue */
+#issue-create-form .avatar {
+ width: 50px;
+ height: 50px;
+}
+
#issue-create-form .panel-body {
padding: 15px 0 0 0;
}