diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-08 21:49:05 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-08 21:49:05 +0800 |
commit | a03f380fa86f83f35a5636535ec3002100b335bb (patch) | |
tree | 4f5a97403226e07b7a784d8ee4671475847f0852 /public/css | |
parent | 8eb15815f18dcef0ded3f15835b4f1eadf9335d9 (diff) | |
download | gitea-a03f380fa86f83f35a5636535ec3002100b335bb.tar.gz gitea-a03f380fa86f83f35a5636535ec3002100b335bb.zip |
assignee ui in issue view
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index bf43375b7e..f245a56b85 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1434,35 +1434,45 @@ html, body { margin-bottom: 8px; } -#issue .milestone-item .label{ +#issue .milestone-item .label { margin-top: 8px; float: left; padding: .5em; margin-left: .8em; } -#issue .assignee,#issue .assignee ul{ +#issue .assignee.dropdown-menu, #issue .assignee ul { padding: 0; margin: 0; min-width: 300px; } -#issue .assignee li{ +#issue .assignee li { padding: 4px 12px; line-height: 30px; } -#issue .assignee li:hover{ +#issue .assignee li:hover { background-color: #e8f0ff; cursor: pointer; } -#issue .assignee li img{ +#issue .assignee li img, #issue .issue-bar .assignee img { width: 28px; height: 28px; margin-right: 12px; } +#issue .issue-bar > div { + padding-bottom: 8px; + margin-bottom: 8px; + border-bottom: 1px solid #CCC; +} + +#issue .issue-bar .assignee { + line-height: 30px; +} + /* wrapper and footer */ #wrapper { |