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

finish create issue with milestone

This commit is contained in:
Unknwon
2015-08-10 18:57:57 +08:00
parent 922f3f3062
commit 09a1b2a1f5
10 changed files with 257 additions and 155 deletions

View File

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

View File

@@ -29,18 +29,27 @@
font-weight: bold;
}
}
.metas .ui.list {
.label.color {
padding: 0 8px;
margin-right: 5px;
.metas {
.menu {
max-height: 300px;
overflow-x: auto;
}
a {
padding-top: 5px;
padding-right: 10px;
.text {
color: #444;
&:hover {
color: #000;
.ui.list {
.hide {
display: none!important;
}
.label.color {
padding: 0 8px;
margin-right: 5px;
}
a {
padding-top: 5px;
padding-right: 10px;
.text {
color: #444;
&:hover {
color: #000;
}
}
}
}