diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-11-24 23:13:42 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-11-24 23:13:42 +0800 |
commit | 23d53561d110620ef7e656d2fedfe17708876957 (patch) | |
tree | 6ac713767c4db34d831b77f50bd8933e34a2d866 /public | |
parent | 0cce61de3aa2b4055610a2329fadc95569370635 (diff) | |
download | gitea-23d53561d110620ef7e656d2fedfe17708876957.tar.gz gitea-23d53561d110620ef7e656d2fedfe17708876957.zip |
update milestone page design
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 4 | ||||
-rw-r--r-- | public/ng/less/gogs/issue.less | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 1eb73817a5..6fbc218aae 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -2137,6 +2137,10 @@ textarea#issue-add-content { } #milestone-list .desc { color: #999; + line-height: 30px; +} +#milestone-list .content { + width: 400px; } #milestone-list .item { padding-bottom: 18px; diff --git a/public/ng/less/gogs/issue.less b/public/ng/less/gogs/issue.less index 86e47d77ef..e03f79e34e 100644 --- a/public/ng/less/gogs/issue.less +++ b/public/ng/less/gogs/issue.less @@ -373,6 +373,10 @@ textarea#issue-add-content { } .desc { color: #999; + line-height: 30px; + } + .content{ + width: 400px; } .item { padding-bottom: 18px; |