add label edit and manage ui

This commit is contained in:
FuXiaoHei 2014-05-19 21:55:25 +08:00
parent fdc6b64f15
commit 342baf1dda
3 changed files with 72 additions and 5 deletions

View file

@ -1297,7 +1297,7 @@ html, body {
display: block;
}
#issue .label-filter a:hover {
#issue .label-filter li.label-item:hover {
background-color: #FFF;
}
@ -1316,6 +1316,12 @@ html, body {
margin-top: 6px;
}
#issue .label-filter .del {
margin-top: -24px;
color: #888;
display: none;
}
#issue .label-filter .label-button {
margin-top: 16px;
}