diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-24 09:54:22 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-24 09:54:22 -0500 |
commit | 0cce61de3aa2b4055610a2329fadc95569370635 (patch) | |
tree | 8bd372847e6153787af71068dff9db640e1a90f6 /public/ng/less/gogs | |
parent | 5b96e3fcc7132bf853bf82a06203d53978811015 (diff) | |
parent | 79dae254cf8bbbd942ae4925fc385396eaa95751 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'public/ng/less/gogs')
-rw-r--r-- | public/ng/less/gogs/issue.less | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/public/ng/less/gogs/issue.less b/public/ng/less/gogs/issue.less index 79f9d793..86e47d77 100644 --- a/public/ng/less/gogs/issue.less +++ b/public/ng/less/gogs/issue.less @@ -243,7 +243,8 @@ textarea#issue-add-content { } } // new issue button -#issue-new { +#issue-new, +#milestone-new{ > a { padding: 0 !important; button { @@ -363,4 +364,46 @@ textarea#issue-add-content { margin-bottom: 12px; border-bottom: 1px dashed #AAA; } +} +// milestone items +#milestone-list{ + padding-top: 6px; + .title-text{ + font-size: 16px; + } + .desc { + color: #999; + } + .item { + padding-bottom: 18px; + margin-bottom: 18px; + border-bottom: 1px dashed #AAA; + position: relative; + } + .action{ + position: absolute; + top: 0; + right: 0; + } + .status-bar { + > .bar { + margin: -2px 8px 0 8px; + width: 360px; + background-color: #DDD; + height: 14px; + vertical-align:middle; + } + .opening{ + background-color: #65ad4e; + width: 40%; + height: 14px; + vertical-align: top; + } + } + .action-bar{ + margin-top: 8px; + a{ + margin-left: 12px; + } + } }
\ No newline at end of file |