diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-09 20:44:08 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-09 20:44:08 +0800 |
commit | 045c21de4fc318abcaa80e5aea1f7d6a8ab8ac00 (patch) | |
tree | d21aa3c4f0852be46d7bb79fa44d459fd252f670 /public/css | |
parent | 4ef9494637b71978801156866ba16b67c2e3636f (diff) |
assignee ui in issue view
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index f245a56b..12fd8138 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1447,6 +1447,15 @@ html, body { min-width: 300px; } +#issue .issue-bar .assignee, #issue .issue-bar .assignee ul { + min-width: 160px; +} + +#issue .issue-bar .assignee .dropdown-menu{ + padding: 0; + margin: 0; +} + #issue .assignee li { padding: 4px 12px; line-height: 30px; @@ -1473,6 +1482,11 @@ html, body { line-height: 30px; } +#issue .issue-bar .assignee .action{ + position: relative; + margin-top: -8px; +} + /* wrapper and footer */ #wrapper { |