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

finish create issue with labels

This commit is contained in:
Unknwon
2015-08-10 16:52:08 +08:00
parent 17de3ab0a3
commit 922f3f3062
9 changed files with 160 additions and 41 deletions

View File

@@ -102,7 +102,7 @@ footer {
}
.hide {
display: none;
display: none!important;
}
.center {
text-align: center;

View File

@@ -29,6 +29,22 @@
font-weight: bold;
}
}
.metas .ui.list {
.label.color {
padding: 0 8px;
margin-right: 5px;
}
a {
padding-top: 5px;
padding-right: 10px;
.text {
color: #444;
&:hover {
color: #000;
}
}
}
}
.filter.menu {
.label.color {
margin-left: 15px;
@@ -91,6 +107,10 @@
.comment.form {
.metas {
min-width: 220px;
.filter.menu {
max-height: 300px;
overflow-x: auto;
}
}
}
}