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

new issue and label page

This commit is contained in:
Unknwon
2015-07-25 02:52:25 +08:00
parent 54b58e988d
commit 1ba837a055
11 changed files with 149 additions and 141 deletions

View File

@@ -78,8 +78,20 @@
}
}
}
.filter.menu .label.color {
padding: 0 8px;
.filter.menu {
.label.color {
margin-left: 17px;
padding: 0 8px;
}
.octicon {
float: left;
margin-left: -5px;
margin-right: -7px;
}
.menu {
max-height: 300px;
overflow-x: auto;
}
}
.type.item .menu {
right: 0!important;