assignee ui in issue view

This commit is contained in:
FuXiaoHei 2014-05-09 20:44:08 +08:00
parent 4ef9494637
commit 045c21de4f
3 changed files with 50 additions and 2 deletions

View file

@ -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 {