1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

issue assignee ui

This commit is contained in:
FuXiaoHei
2014-05-08 21:01:47 +08:00
parent 495d939ca5
commit 11ca10ab2f
3 changed files with 54 additions and 3 deletions

View File

@@ -1441,6 +1441,28 @@ html, body {
margin-left: .8em;
}
#issue .assignee,#issue .assignee ul{
padding: 0;
margin: 0;
min-width: 300px;
}
#issue .assignee li{
padding: 4px 12px;
line-height: 30px;
}
#issue .assignee li:hover{
background-color: #e8f0ff;
cursor: pointer;
}
#issue .assignee li img{
width: 28px;
height: 28px;
margin-right: 12px;
}
/* wrapper and footer */
#wrapper {