From a03f380fa86f83f35a5636535ec3002100b335bb Mon Sep 17 00:00:00 2001 From: FuXiaoHei Date: Thu, 8 May 2014 21:49:05 +0800 Subject: assignee ui in issue view --- public/css/gogs.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'public') diff --git a/public/css/gogs.css b/public/css/gogs.css index bf43375b..f245a56b 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 { -- cgit v1.2.3