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

#1459 Dashboard issues lacks sorting

This commit is contained in:
Unknwon
2015-11-04 12:50:02 -05:00
parent 00eb2b221f
commit 603c7389b8
7 changed files with 53 additions and 19 deletions

View File

@@ -17,6 +17,9 @@
.text {
height: 16px;
vertical-align: middle;
&.truncate {
width: 85%;
}
}
.floating.label {
top: 7px;
@@ -24,12 +27,17 @@
width: 15%;
}
}
.item.active {
background-color: #4183c4;
color: #FFF;
// Sort
.jump.item {
margin: 1px;
padding-right: 0;
}
.item .text {
width: 85%;
.menu {
max-height: 300px;
overflow-x: auto;
right: 0!important;
left: auto!important;
}
}
.ui.right .head.menu {