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

assignee ui in issue view

This commit is contained in:
FuXiaoHei
2014-05-08 21:49:05 +08:00
parent 8eb15815f1
commit a03f380fa8
2 changed files with 80 additions and 62 deletions

View File

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